修改物流请求

This commit is contained in:
lemon橪
2021-07-12 18:37:42 +08:00
parent 3e3c101a1e
commit ca8d518fae
3 changed files with 10 additions and 15 deletions

View File

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