问题:POST 请求参数传递不到后台 解决方案: Content-Type’: ‘application/json’用在get请求中没问题. 但是在POST请求中的时候需要使用”Content-Type”: “application/x-www-form-urlencoded”