小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.request以POST提交,服务端接受不到data中的参数,同样的接口改成GET就可以接收到参数。
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
服务器收到的包体是什么?
应该是
`code=${res.code}`
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
描述详细点,最好有代码
我也遇到同样的问题了
加了"content-type" : "application/x-www-form-urlencoded",服务端还是接收不到参数
wx.request({ url : app.domain+'WxAPI/auth1', header: {"Content-Type": "application/x-www-form-urlencoded"}, method: 'POST', data : {code:res.code}, success:function( .........................
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
服务器收到的包体是什么?
应该是
`code=${res.code}`
描述详细点,最好有代码
我也遇到同样的问题了
加了"content-type" : "application/x-www-form-urlencoded",服务端还是接收不到参数
wx.request({
url : app.domain+'WxAPI/auth1',
header: {"Content-Type": "application/x-www-form-urlencoded"},
method: 'POST',
data : {code:res.code},
success:function( .........................