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