44a749ef by unknown

'host'

1 parent f8d6a901
...@@ -165,7 +165,7 @@ angular.module('myApp.services') ...@@ -165,7 +165,7 @@ angular.module('myApp.services')
165 body : "保证金充值", 165 body : "保证金充值",
166 type : type 166 type : type
167 }); 167 });
168 return callUnifiedOrderApi(payhost + "/balance/wx/h5", param); 168 return callUnifiedOrderApi(host + "/balance/wx/h5", param);
169 169
170 default: 170 default:
171 return null 171 return null
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!