f410280d by yangjianbin

init

1 parent cf39a251
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!