17400c7f by wang

init

1 parent 6df3b13b
......@@ -225,7 +225,8 @@
}, function(){
$.ajax({
type: 'put',
url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url: apiBaseUrl + '/system/user/unfreeze/' + id,
cache: false,
dataType: 'json',
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!