Commit b1a77a5d by zhujian

fix

parent 6d2dad50
...@@ -150,7 +150,6 @@ ...@@ -150,7 +150,6 @@
function GetJSON(url, data, callback) { function GetJSON(url, data, callback) {
const ajaxOptions = { const ajaxOptions = {
data: JSON.stringify(data),
type: 'GET', type: 'GET',
url: BASIC_HOST_MAP[env] + url + `?corpType=${corpType}`, url: BASIC_HOST_MAP[env] + url + `?corpType=${corpType}`,
contentType: 'application/x-www-form-urlencoded; charset=UTF-8', contentType: 'application/x-www-form-urlencoded; 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