对接调用退款申请接口

This commit is contained in:
小朱 2025-05-14 17:40:28 +08:00
parent c4440756c7
commit 4a1925b5b5

View File

@ -52,7 +52,7 @@
"orderId": orderId.value,
"reason": reason.value
}
api.callPaymentApi("wxPayment/refund", params).then(res => {
api.callPaymentApi("wxPayment/refundApply", params).then(res => {
if (res.code == 200) {
// 退
uni.showToast({