//商品存货查询 export const inventoryInquiry = ( params, config = { custom: { auth: true } } ) => { return uni.$u.http.get(`/pda/inventoryInquiry/1/2`, { params }, config); };