DEBUG 微信小程序Java后台

Failed to convert value of type ‘java.lang.String‘ to required type

产生这种条件的原因一般是使用了POST

配置请求头

wx.request({
      url: url,
      method:'POST',
      header: {
        "content-type": "application/x-www-form-urlencoded"
      }
 })

相关文章:

  • 2021-04-18
  • 2021-11-19
  • 2021-12-13
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
相关资源
相似解决方案