修改商家端物流这块请求方法

master
lemon橪 2021-07-12 18:18:49 +08:00
parent fc393ecd64
commit c6417cf197
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ export function sureReceived (orderSn) {
export function getTraces (orderSn) {
return request({
url: `/buyer/orders/getTraces/${orderSn}`,
method: Method.POST,
method: Method.GET,
needToken: true
});
}

View File

@ -98,7 +98,7 @@ export const getMemberStatistics = params => {
};
// 获取会员注册统计列表
// 获取流量统计
export const getStatisticsList = params => {
return getRequest("/statistics/view/list", params);
};