c5ca0f62 by yangjianbin

init

1 parent 87395cdb
......@@ -142,8 +142,8 @@
type: method,
url: apiBaseUrl + url,
cache: false,
// data:JSON.stringify(data),
data:data,
data:JSON.stringify(data),
// data:data,
dataType:'json',
contentType: "application/json; charset=UTF-8",
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!