|
|
|
@ -28,9 +28,6 @@ $(document).ready(function () {
|
|
|
|
|
method: 'GET',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function (pay) {
|
|
|
|
|
if (window.client_moniker=='PINE'){
|
|
|
|
|
alert('pay json:'+JSON.stringify(pay));
|
|
|
|
|
}
|
|
|
|
|
if (pay.direct_paid) {
|
|
|
|
|
location.href = window.redirect;
|
|
|
|
|
return;
|
|
|
|
@ -48,9 +45,6 @@ $(document).ready(function () {
|
|
|
|
|
tradeNO: pay.trade_no
|
|
|
|
|
}, function (res) {
|
|
|
|
|
dataCache.paying = false;
|
|
|
|
|
if (window.client_moniker=='PINE'){
|
|
|
|
|
alert('callback:'+JSON.stringify(res));
|
|
|
|
|
}
|
|
|
|
|
if (res.resultCode == '9000') {
|
|
|
|
|
AlipayJSBridge.call('startApp', {
|
|
|
|
|
appId: '20000056',
|
|
|
|
|