17400c7f by wang

init

1 parent 6df3b13b
...@@ -225,7 +225,8 @@ ...@@ -225,7 +225,8 @@
225 }, function(){ 225 }, function(){
226 $.ajax({ 226 $.ajax({
227 type: 'put', 227 type: 'put',
228 url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), 228 // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
229 url: apiBaseUrl + '/system/user/unfreeze/' + id,
229 cache: false, 230 cache: false,
230 dataType: 'json', 231 dataType: 'json',
231 contentType: "application/json; charset=UTF-8", 232 contentType: "application/json; charset=UTF-8",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!