保证金
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -172,7 +172,7 @@ angular.module('myApp.services') | ... | @@ -172,7 +172,7 @@ angular.module('myApp.services') |
| 172 | // console.log(res) | 172 | // console.log(res) |
| 173 | // }) | 173 | // }) |
| 174 | 174 | ||
| 175 | var html = ' <form action="'+ host + '/h5/alipay/balance/'+token | 175 | var html = ' <form action="'+ host + '/h5/alipay/bail/'+token |
| 176 | +'" method="post">' + | 176 | +'" method="post">' + |
| 177 | ' <input type="text" name="amount" value="'+amount+'" />' + | 177 | ' <input type="text" name="amount" value="'+amount+'" />' + |
| 178 | ' <input type="text" name="body" value="保证金充值"/>' + | 178 | ' <input type="text" name="body" value="保证金充值"/>' + |
| ... | @@ -193,7 +193,7 @@ angular.module('myApp.services') | ... | @@ -193,7 +193,7 @@ angular.module('myApp.services') |
| 193 | body : "保证金充值", | 193 | body : "保证金充值", |
| 194 | type : type | 194 | type : type |
| 195 | }); | 195 | }); |
| 196 | return callOrderApi(host + "/balance/wx/h5", param, 'bond'); | 196 | return callOrderApi(host + "/bail/wx/h5", param, 'bond'); |
| 197 | 197 | ||
| 198 | default: | 198 | default: |
| 199 | return null | 199 | return null | ... | ... |
-
Please register or sign in to post a comment