picking.js 257 B

123
  1. // 拣货任务
  2. export const saleOrder = (params, config = {custom: { auth: true }}) => uni.$u.http.post(`/pda/saleOrder`, params, config)
  3. // export const bannerList = (params, config = {}) => uni.$u.http.get(`/1`, {params, config, custom: { auth: false }})