be01d899 by ex

h5

1 parent 468bd0f0
......@@ -24,6 +24,7 @@ function isJson(str) {
// var jsonStr = "";
// getSign(jsonStr);
// }
//
AppClient.prototype.getERCode = function (callbackName, callback, jsonStr) {
var dataParams = "";
if(isJson(jsonStr)){
......
......@@ -5,7 +5,7 @@ angular.module('myApp.services')
// var host = 'http://finance.dy.dingdatech.com/service';
// var host = 'http://lsz1.28ms.com/service'
var host = 'http://h5api.dy.dingdatech.com/service'
var host = 'http://h5api.dy.dingdatech.com:880/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!