update:商家自行发货和订单完成接口
This commit is contained in:
parent
667ad68af1
commit
079d305a36
@ -164,6 +164,24 @@ export function GetExpediteSFOrder(params) {
|
||||
});
|
||||
}
|
||||
|
||||
//商家自行发货
|
||||
export function SelDelivery(params) {
|
||||
return http({
|
||||
url: "/shop/sf-express/selDelivery",
|
||||
method: "post",
|
||||
params,
|
||||
baseURL: config.apiMobile,
|
||||
});
|
||||
}
|
||||
//订单完成
|
||||
export function SelFinishDelivery(params) {
|
||||
return http({
|
||||
url: "/shop/sf-express/selFinishOrder",
|
||||
method: "post",
|
||||
params,
|
||||
baseURL: config.apiMobile,
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 拣货完成
|
||||
* @author Seven
|
||||
|
||||
Loading…
Reference in New Issue
Block a user