const http = uni.$u.http // 获取物料信息 export const findMatAuth = (params, config = {}) => http.get('/mat/auth', { params, ...config }) // 组托 export const combAuth = (data, config = {}) => http.post('/mobile/comb/auth', data, config)