改成post调用
This commit is contained in:
@@ -260,10 +260,7 @@
|
||||
reason = "支付失败,请重试";
|
||||
}
|
||||
|
||||
this.$u.get(`/bill/paycallback`, {
|
||||
orderId: orderId,
|
||||
payResult: "FAIL"
|
||||
}, {
|
||||
this.$u.post(`/bill/paycallback?orderId=${orderId}&payResult=FAIL`, {}, {
|
||||
WT: this.$getToken()
|
||||
}).then(res => {
|
||||
console.log("回调成功")
|
||||
|
||||
Reference in New Issue
Block a user