349f41e7 by wang

init

1 parent d33842e2
...@@ -226,7 +226,8 @@ ...@@ -226,7 +226,8 @@
226 }, function(){ 226 }, function(){
227 $.ajax({ 227 $.ajax({
228 type: 'put', 228 type: 'put',
229 url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), 229 // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
230 url: apiBaseUrl +'/system/user/unfreeze/'+data['id'],
230 cache: false, 231 cache: false,
231 dataType: 'json', 232 dataType: 'json',
232 contentType: "application/json; charset=UTF-8", 233 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!