小程序官方文档手册
https://mp.weixin.qq.com/debug/wxadoc/dev/
小程序开发问答社区
http://www.henkuai.com/forum.php
wx.request请求豆瓣正在热映电影的接口出现 400 错误,查看豆瓣接口错误码,999显示为未知错误
请求豆瓣正在热映电影接口,999错误
l 解决方法: 因为开发工具升级content-type的写法变了,
将header参数换为
header:{
"Content-Type":"json"
},
所有评论(0)