微信API
对于header[ #39;content-type #39;] 为application/json 的数据,会对数据进行json序列化 对于header[ #39;content-type #39;] 为 application/x-www-form-urlencoded 的数据,会哦将数据转换成query string (encodeURIComponent(k)=encodeURIComponent(v) encodeURIComponent(k)=encodeURIComponent(v)...)示列代码
以下是我微信小程序中的示列代码
//请求URL wx.request({ url: https://api.douban.com/v2/movie/top250 , data:{}, header: { #39;content-type #39;: #39;application/json #39; // 默认值 success:function(res){ wx.hideToast(); console.log(res.data); });编译错误
以下是编译后出现的错误
我在request里的header修改一下如下:
header: { // #39;content-type #39;: #39;application/json #39; // 默认值 //这里修改json为text json的话请求时会返回400(bad request) #39;content-type #39;: #39;application/texts #39; },
修改后调试如下
以上就是如何解决微信小程序出现请求400的问题的详细内容,更多请关注php中文网其它相关文章!
微信app下载
微信是一款手机通信软件,支持通过手机网络发送语音短信、视频、图片和文字。微信可以单聊及群聊,还能根据地理位置找到附近的人,带给大家全新的移动沟通体验,有需要的小伙伴快来保存下载体验吧!