mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
修改物流请求
This commit is contained in:
@@ -113,7 +113,7 @@ export const afterSaleSellerDelivery = (sn, params) => {
|
||||
};
|
||||
//查询物流
|
||||
export const getTraces = (sn, params) => {
|
||||
return postRequest(`/orders/getTraces/${sn}`, params);
|
||||
return getRequest(`/orders/getTraces/${sn}`, params);
|
||||
};
|
||||
//售后单查询物流
|
||||
export const getSellerDeliveryTraces = (sn, params) => {
|
||||
|
||||
Reference in New Issue
Block a user