mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
请求格式
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user