#
zhou zhou
3 天以前 eb9838ebbf1017bbe2fbe981dfc4be2bf26528e7
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)