#
zhou zhou
3 天以前 58b41dc039c5c9d1b758c9e190a7c35225ad7585
1
2
3
4
5
6
7
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)