init
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -168,7 +168,6 @@ | ... | @@ -168,7 +168,6 @@ |
| 168 | url: apiBaseUrl + 'system/user/resetPassword/'+id+'?newPassword=' + 123456, | 168 | url: apiBaseUrl + 'system/user/resetPassword/'+id+'?newPassword=' + 123456, |
| 169 | cache: false, | 169 | cache: false, |
| 170 | dataType: 'json', | 170 | dataType: 'json', |
| 171 | data: JSON.stringify(data), | ||
| 172 | contentType: "application/json; charset=UTF-8", | 171 | contentType: "application/json; charset=UTF-8", |
| 173 | success: function (data) { | 172 | success: function (data) { |
| 174 | if (data.msg) { | 173 | if (data.msg) { | ... | ... |
-
Please register or sign in to post a comment