Commit c83aba27 by zhujian

'fix:合并分支冲突'

parent 0097eb49
......@@ -139,9 +139,8 @@
data: JSON.stringify(data),
type: 'GET',
url: BASIC_HOST_MAP[env] + url+`?corpType=${corpType}`,
contentType: 'application/json; charset=UTF-8',
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
timeout: 20000,
dataType: 'json',
success(res, status, xhr) {
callback(res)
......
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