980f6c2f by ex

保证金

1 parent 4ef4a066
......@@ -172,7 +172,7 @@ angular.module('myApp.services')
// console.log(res)
// })
var html = ' <form action="'+ host + '/h5/alipay/balance/'+token
var html = ' <form action="'+ host + '/h5/alipay/bail/'+token
+'" method="post">' +
' <input type="text" name="amount" value="'+amount+'" />' +
' <input type="text" name="body" value="保证金充值"/>' +
......@@ -193,7 +193,7 @@ angular.module('myApp.services')
body : "保证金充值",
type : type
});
return callOrderApi(host + "/balance/wx/h5", param, 'bond');
return callOrderApi(host + "/bail/wx/h5", param, 'bond');
default:
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!