新增退货流程
This commit is contained in:
@@ -40,11 +40,24 @@ const submitRefund = (id, data) => req({
|
||||
data
|
||||
})
|
||||
|
||||
// 取消退货
|
||||
const refundsCancel = id => req({
|
||||
url : "mall/refunds/" + id + "/cancel",
|
||||
method : "POST",
|
||||
})
|
||||
|
||||
// 退货前置
|
||||
const deliverInit = id => req({
|
||||
url : "mall/refunds/" + id + "/deliver_init"
|
||||
})
|
||||
|
||||
export default ({
|
||||
list,
|
||||
deliver,
|
||||
info,
|
||||
log,
|
||||
refundPreposition,
|
||||
submitRefund
|
||||
submitRefund,
|
||||
refundsCancel,
|
||||
deliverInit
|
||||
})
|
||||
Reference in New Issue
Block a user