请求格式
parent
df3ce9eda7
commit
6baf1534c1
|
@ -300,7 +300,7 @@ export function reBuy(sn) {
|
||||||
*/
|
*/
|
||||||
export function shippingMethodList(params) {
|
export function shippingMethodList(params) {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: `/buyer/trade/carts/shippingMethodList`,
|
url: `/trade/carts/shippingMethodList`,
|
||||||
method: Method.GET,
|
method: Method.GET,
|
||||||
needToken: true,
|
needToken: true,
|
||||||
params: params,
|
params: params,
|
||||||
|
@ -313,7 +313,7 @@ export function reBuy(sn) {
|
||||||
*/
|
*/
|
||||||
export function setShipMethod(params) {
|
export function setShipMethod(params) {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: "/buyer/trade/carts/shippingMethod",
|
url: "/trade/carts/shippingMethod",
|
||||||
method: Method.PUT,
|
method: Method.PUT,
|
||||||
needToken: true,
|
needToken: true,
|
||||||
params,
|
params,
|
||||||
|
|
Loading…
Reference in New Issue