This commit is contained in:
@fawn-nine
2023-03-13 16:06:42 +08:00
parent 53d4af542a
commit e74f48e99b
7 changed files with 160 additions and 45 deletions

View File

@@ -112,6 +112,8 @@ export const setPay = function(payInfo, callback) {
} else if (payInfo.typePay == 'smallPay') {
// 微信小程序支付
httpUrl = 'api/pay/v1/small_pay_sign_wx'
}else if(payInfo.typePay == 'appleiap'){
// 苹果支付
}
$http.post(httpUrl, payInfo).then(data => {
let payData = {