post 请求问题
发布于 6 年前 作者 gangtang 8176 次浏览 来自 官方Issues

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

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

1 回复

设置一下请求头看看

header: {

        ‘Content-Type’: ‘application/x-www-form-urlencoded’,

        ‘X-Requested-With’: ‘XMLHttpRequest’

      },

回到顶部