修复部分问题

This commit is contained in:
2025-08-01 10:21:14 +08:00
parent 7c2b8b7840
commit 80c07fe756
4 changed files with 19 additions and 7 deletions

View File

@@ -97,14 +97,16 @@ export function payOrder(data) {
// #endif
return http.request({
url: 'wuyou/payOrder/' + data.orderId + '?payType=' + payType,
method: 'GET'
method: 'GET',
data:data
})
}
//获取订单支付状态
export function getOrderInfo(data) {
return http.request({
url: 'wuyou/queryOrder/' + data.orderId,
method: 'GET'
method: 'GET',
data:data
})
}
//金币解锁