收藏
回答

post 请求问题

https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html


按照文档写的,为啥 postman 发送post 请求有数据返回,微信小程序 写的 post 请求 ,就400?

回答关注问题邀请回答
收藏

1 个回答

  • this
    this
    2020-11-20

    设置一下请求头看看

    header: {

            'Content-Type': 'application/x-www-form-urlencoded',

            'X-Requested-With': 'XMLHttpRequest'

          },

    2020-11-20
    有用 2
    回复 2
    • firefly
      firefly
      2020-11-25
      多谢多谢!
      2020-11-25
      回复
    • HexaH
      HexaH
      2022-02-23
      感谢大佬,成功解决问题!但不明白为什么加上这两行代码就可以成功发送data数据了呢
      2022-02-23
      回复
登录 后发表内容
问题标签