1.优化会员扫码充值订单状态查询

This commit is contained in:
gyq
2025-03-14 17:27:00 +08:00
parent 745b8675ea
commit d08a629b0a
15 changed files with 254 additions and 257 deletions

View File

@@ -207,3 +207,16 @@ export function orderPrint(data) {
data,
});
}
/**
* 查询会员充值支付状态
* @param {*} data
* @returns
*/
export function queryPayStatus(params) {
return request({
method: "get",
url: "/order/pay/queryPayStatus",
params,
});
}