表单post提交时content-type默认是application/x-www-form-urlencoded。 如果我在拦截器设置了request.headers["content-type"] = "application/json;charset=utf-8";  data就变成了空(确认有值) 
表单post提交时content-type默认是application/x-www-form-urlencoded。


如果我在拦截器设置了request.headers["content-type"] = "application/json;charset=utf-8";
data就变成了空(确认有值)