980f6c2f by ex

保证金

1 parent 4ef4a066
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!