be01d899 by ex

h5

1 parent 468bd0f0
...@@ -24,6 +24,7 @@ function isJson(str) { ...@@ -24,6 +24,7 @@ function isJson(str) {
24 // var jsonStr = ""; 24 // var jsonStr = "";
25 // getSign(jsonStr); 25 // getSign(jsonStr);
26 // } 26 // }
27 //
27 AppClient.prototype.getERCode = function (callbackName, callback, jsonStr) { 28 AppClient.prototype.getERCode = function (callbackName, callback, jsonStr) {
28 var dataParams = ""; 29 var dataParams = "";
29 if(isJson(jsonStr)){ 30 if(isJson(jsonStr)){
......
...@@ -5,7 +5,7 @@ angular.module('myApp.services') ...@@ -5,7 +5,7 @@ angular.module('myApp.services')
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 var host = 'http://h5api.dy.dingdatech.com:880/service'
9 9
10 var h5wxhost = 'http://h5api.dy.dingdachuxing.com/service/balance/'; 10 var h5wxhost = 'http://h5api.dy.dingdachuxing.com/service/balance/';
11 11
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!