Feat:取消退款
This commit is contained in:
@@ -102,6 +102,17 @@ export function postOrderRefund(data) {
|
||||
return request.post("/order/refund/verify", data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 取消退款申请
|
||||
* @param uni
|
||||
* @returns {*}
|
||||
*/
|
||||
export function cancelOrderRefund(uni) {
|
||||
return request.post("/order/refund/cancel", {
|
||||
uni
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 确认收货
|
||||
* @returns {*}
|
||||
|
||||
Reference in New Issue
Block a user