feat: 支付宝手机端支付测试
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user