加载图片失败403
已经开启了 开发环境不校验请求域名、TLS版本及HTTPS证书
像这样用http请求也是可以的 wx.request({
url: ‘http://api.douban.com/v2/movie/in_theaters’,
data:{
count: “5”
},
但是
像这样用http请求也是可以的 wx.request({
url: ‘http://api.douban.com/v2/movie/in_theaters’,
data:{
count: “5”
},
就报错 the server responded with a status of 403 (HTTP/1.1 403 Forbidden)