微信小程序请求豆瓣报错:appservice:1103 GET https://api.douban.com/v2/movie/coming_soon 400 (Bad Request)

实例:

wx.request({
url: url,
method:"GET",
data: {
},
header: {
'content-type': 'application/json' // 默认值
},
success: function (res) {
console.log(res.data)
}
})
修改为:

微信小程序请求接口报400问题

OK了。

相关文章:

  • 2021-11-08
  • 2021-11-20
  • 2021-10-06
  • 2021-12-23
  • 2022-01-24
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-12-18
  • 2021-08-28
  • 2022-01-11
相关资源
相似解决方案