Commit fcf1af3f by zhujian

'fixed'

parent 7f3699f2
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
function postJSON(url, data, callback) { function postJSON(url, data, callback) {
const ajaxOptions = { const ajaxOptions = {
data: JSON.stringify(), data: JSON.stringify(data),
type: 'POST', type: 'POST',
url: BASIC_HOST_MAP[env] + url, url: BASIC_HOST_MAP[env] + url,
contentType: 'application/json; charset=UTF-8', contentType: 'application/json; charset=UTF-8',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment