c5ca0f62 by yangjianbin

init

1 parent 87395cdb
...@@ -142,8 +142,8 @@ ...@@ -142,8 +142,8 @@
142 type: method, 142 type: method,
143 url: apiBaseUrl + url, 143 url: apiBaseUrl + url,
144 cache: false, 144 cache: false,
145 // data:JSON.stringify(data), 145 data:JSON.stringify(data),
146 data:data, 146 // data:data,
147 dataType:'json', 147 dataType:'json',
148 contentType: "application/json; charset=UTF-8", 148 contentType: "application/json; charset=UTF-8",
149 success:function(data){ 149 success:function(data){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!