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:
@@ -160,3 +160,8 @@ export const refundLog = (params) => {
|
||||
export const storeAddress = (sn) => {
|
||||
return getRequest(`/order/afterSale/getStoreAfterSaleAddress/${sn}`)
|
||||
}
|
||||
|
||||
// 订单核验
|
||||
export const orderTake = (sn, verificationCode) => {
|
||||
return putRequest(`/order/order/take/${sn}/${verificationCode}`);
|
||||
};
|
||||
|
||||
@@ -87,3 +87,11 @@ export const downloadBill = (id) => {
|
||||
return getRequest(`/order/bill/downLoad/${id}`, {}, 'blob')
|
||||
}
|
||||
|
||||
// 获取物流模版
|
||||
export const getShipTemplate = (id) => {
|
||||
// return getRequest(`/order/bill/shipTemplate`)
|
||||
}
|
||||
|
||||
export const replyMemberComment = (id, params) => {
|
||||
return putRequest(`/member/evaluation/reply/${id}`, params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user