From 6baf1534c1d63ec759b4bcad1553330708da70a0 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Tue, 22 Nov 2022 17:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/trade.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/trade.js b/api/trade.js index 3143b08..40b740f 100644 --- a/api/trade.js +++ b/api/trade.js @@ -300,7 +300,7 @@ export function reBuy(sn) { */ export function shippingMethodList(params) { return http.request({ - url: `/buyer/trade/carts/shippingMethodList`, + url: `/trade/carts/shippingMethodList`, method: Method.GET, needToken: true, params: params, @@ -313,7 +313,7 @@ export function reBuy(sn) { */ export function setShipMethod(params) { return http.request({ - url: "/buyer/trade/carts/shippingMethod", + url: "/trade/carts/shippingMethod", method: Method.PUT, needToken: true, params,