'host'
Showing
2 changed files
with
1 additions
and
1 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment