a6c6fd10 by yangjianbin

init

1 parent 1e6390bc
......@@ -64,9 +64,9 @@
type:'post',
url:apiBaseUrl + targetUrl,
cache: false,
data:data,
data:JSON.stringify(data),
dataType:'json',
contentType: "application/json; charset=utf-8",
contentType: "application/json",
success:function(data){
alert('success');
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!