32faa890 by unknown

change pay

1 parent 764ef11a
...@@ -39,6 +39,10 @@ AppClient.prototype.getERCode = function (callbackName, callback, jsonStr) { ...@@ -39,6 +39,10 @@ AppClient.prototype.getERCode = function (callbackName, callback, jsonStr) {
39 this.appObj.callHandler("getERCode", iOSData, callback); 39 this.appObj.callHandler("getERCode", iOSData, callback);
40 } 40 }
41 }; 41 };
42 window.getIOSERCode = function (_params) {
43 alert(JSON.parse(_params))
44 }
45 window.get
42 if(window.android) { 46 if(window.android) {
43 appClient = new AppClient(window.android, true); 47 appClient = new AppClient(window.android, true);
44 // 此处可以调用一些init的方法 48 // 此处可以调用一些init的方法
...@@ -60,7 +64,4 @@ if(window.android) { ...@@ -60,7 +64,4 @@ if(window.android) {
60 }); 64 });
61 65
62 } 66 }
63 window.getIOSERCode = function (_params) {
64 alert(JSON.parse(_params))
65 67
66 }
......
...@@ -4,7 +4,8 @@ angular.module('myApp.services') ...@@ -4,7 +4,8 @@ angular.module('myApp.services')
4 // var host = 'http://finance.api.dingdachuxing.com/service'; 4 // var host = 'http://finance.api.dingdachuxing.com/service';
5 // var host = 'http://finance.dy.dingdatech.com/service'; 5 // var host = 'http://finance.dy.dingdatech.com/service';
6 6
7 var host = 'http://lsz1.28ms.com/service' 7 // var host = 'http://lsz1.28ms.com/service'
8 var host = 'http://h5api.dy.dingdatech.com/service'
8 9
9 var h5wxhost = 'http://h5api.dy.dingdachuxing.com/service/balance/'; 10 var h5wxhost = 'http://h5api.dy.dingdachuxing.com/service/balance/';
10 11
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!