32faa890 by unknown

change pay

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