mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 01:45:53 +08:00
B2C代码提交
This commit is contained in:
@@ -42,6 +42,11 @@ export const afterSaleOrderDetail = (sn) => {
|
||||
export const afterSaleSellerReview = (sn, params) => {
|
||||
return putRequest(`/order/afterSale/review/${sn}`, params)
|
||||
}
|
||||
//查询包裹列表
|
||||
export const getPackage = (orderSn) => {
|
||||
return getRequest(`/order/order/getPackage/${orderSn}`);
|
||||
}
|
||||
|
||||
|
||||
// 商家确认收货
|
||||
export const afterSaleSellerConfirm = (sn, params) => {
|
||||
|
||||
Reference in New Issue
Block a user