修改快捷支付请求逻辑

This commit is contained in:
赵毅 2025-10-13 09:50:49 +08:00
parent 2030e5e84d
commit bd1d95db52

View File

@ -307,6 +307,7 @@ export default {
const params = {
id: this.OrderMsg.id,
back_wygjj: this.homeMoney,
back_points: this.integral,
}
request(apiArr.tradeQuery, "POST", params).then(res => {
})