#
zhou zhou
7 天以前 5fcfb6cf095d5641153688008ee5f88e3d2a737b
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)