mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
修改商家端物流这块请求方法
This commit is contained in:
@@ -69,7 +69,7 @@ export function sureReceived (orderSn) {
|
|||||||
export function getTraces (orderSn) {
|
export function getTraces (orderSn) {
|
||||||
return request({
|
return request({
|
||||||
url: `/buyer/orders/getTraces/${orderSn}`,
|
url: `/buyer/orders/getTraces/${orderSn}`,
|
||||||
method: Method.POST,
|
method: Method.GET,
|
||||||
needToken: true
|
needToken: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ export const getMemberStatistics = params => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// 获取会员注册统计列表
|
// 获取流量统计
|
||||||
export const getStatisticsList = params => {
|
export const getStatisticsList = params => {
|
||||||
return getRequest("/statistics/view/list", params);
|
return getRequest("/statistics/view/list", params);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user