2
0

feat: 支付宝手机端支付测试

This commit is contained in:
caiyuchao
2025-01-21 17:05:45 +08:00
parent b04c243acd
commit 9aa3ea373c
2 changed files with 19 additions and 2 deletions

View File

@@ -9,6 +9,15 @@ export function aliPayPcPay(params: {orderId: number}) {
});
}
/** AliPay wapPay with orderId */
export function aliPayWapPay(params: {orderId: number}) {
return rawRequest({
url: '/payment/aliPay/wapPay',
method: 'post',
params
});
}
/** WxPay scanCode with orderId */
export function wxPayScanCode(params: {orderId: number}) {
return request({