init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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", | ... | ... |
-
Please register or sign in to post a comment