对接调用退款申请接口
This commit is contained in:
parent
c4440756c7
commit
4a1925b5b5
@ -52,7 +52,7 @@
|
|||||||
"orderId": orderId.value,
|
"orderId": orderId.value,
|
||||||
"reason": reason.value
|
"reason": reason.value
|
||||||
}
|
}
|
||||||
api.callPaymentApi("wxPayment/refund", params).then(res => {
|
api.callPaymentApi("wxPayment/refundApply", params).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
// 显示退款成功的提示
|
// 显示退款成功的提示
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user