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