0313
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user