|
|
|
@ -162,7 +162,7 @@ $(document).ready(function () {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(paymentFun == 'AlipayAps'){
|
|
|
|
|
if(window.openmobilefun == 'alipayaps'|| window.openmobilefun == 'alipayaps_cn'){
|
|
|
|
|
if(window.openmobilefun == 'alipayaps'){
|
|
|
|
|
paymentLink = '/api/v1.0/share_code/business/bills/'+window.billInfo.bill_code_id+'/alipay_aps/mobile';
|
|
|
|
|
}else{
|
|
|
|
|
paymentLink = '/api/v1.0/share_code/business/bills/'+window.billInfo.bill_code_id+'/alipay_aps/mobile/redirectApp?priorityChannel=AlipayAps';
|
|
|
|
@ -189,7 +189,7 @@ $(document).ready(function () {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(paymentFun == 'AlipayAps'){
|
|
|
|
|
if(window.openmobilefun == 'alipayaps'|| window.openmobilefun == 'alipayaps_cn'){
|
|
|
|
|
if(window.openmobilefun == 'alipayaps'){
|
|
|
|
|
paymentLink = '/api/v1.0/share_code/bills/payment/orders/'+window.billInfo.bill_code_id+'/alipay_aps/share_link'
|
|
|
|
|
}else{
|
|
|
|
|
paymentLink = '/api/v1.0/share_code/bills/payment/'+window.billInfo.bill_code_id+'/alipay_aps/mobile/redirectApp?priorityChannel=AlipayAps';
|
|
|
|
|