Feat:取消退款

This commit is contained in:
linxi
2026-07-02 09:34:56 +08:00
parent 7dcba7c04b
commit 7aeff7ece1
2 changed files with 47 additions and 2 deletions
+11
View File
@@ -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 {*}