商品参数修改

This commit is contained in:
mabo
2021-07-01 17:00:52 +08:00
parent 5368f3c323
commit 6100f1e39a
3 changed files with 29 additions and 10 deletions

View File

@@ -12,6 +12,10 @@ export const verificationCode = verificationCode => {
export const downLoadDeliverExcel = params => {
return getRequest(`/orders/downLoadDeliverExcel`, params, 'blob');
};
// 下载待发货的订单列表
export const queryExportOrder = params => {
return getRequest(`/orders/queryExportOrder`, params);
};
// 上传待发货的订单列表