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