init
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -84,7 +84,6 @@ | ... | @@ -84,7 +84,6 @@ |
| 84 | url: apiBaseUrl + targetUrl, | 84 | url: apiBaseUrl + targetUrl, |
| 85 | cache: false, | 85 | cache: false, |
| 86 | dataType: 'json', | 86 | dataType: 'json', |
| 87 | data: JSON.stringify(data), | ||
| 88 | contentType: "application/json; charset=UTF-8", | 87 | contentType: "application/json; charset=UTF-8", |
| 89 | success: function (data) { | 88 | success: function (data) { |
| 90 | if (data.msg) { | 89 | if (data.msg) { | ... | ... |
-
Please register or sign in to post a comment