产生这种条件的原因一般是使用了POST
POST
配置请求头
wx.request({ url: url, method:'POST', header: { "content-type": "application/x-www-form-urlencoded" } })