Commit 4679e6de by dabai

支付回调修改

parent c8f269aa
Showing with 2 additions and 2 deletions
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
"payTypeSub": "H5", "payTypeSub": "H5",
"amount": money * 100, "amount": money * 100,
"extend": "0", "extend": "0",
"returnUrl": "http://www.firefly.live/phonepay/payend.html", "returnUrl": 'https://firefly.live/h5pay/phonepay/paySuccess2.html?lang='+sessionStorage.lang,
}, },
success: function (msg) { success: function (msg) {
var data = JSON.parse(msg); var data = JSON.parse(msg);
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
"payTypeSub": "H5", "payTypeSub": "H5",
"amount": 500, "amount": 500,
"extend": "", "extend": "",
"returnUrl": "http://www.firefly.live/phonepay/payend.html", "returnUrl": 'https://firefly.live/h5pay/phonepay/paySuccess2.html?lang='+sessionStorage.lang,
}, },
success: function (msg) { success: function (msg) {
var data = JSON.parse(msg); var data = JSON.parse(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment