wx.request中的request对象究竟封装了什么?
情况是这样的…
有个第三方网站,在网站内正常操作ajax,能获取到json数据。把url单独拿出来,在浏览器中访问,状态码是200,但是no response data avalid
云函数中用requet和request-promise都不能获取数据
但是在前端,用wx.request请求就能正常拿到json数据
所以,我想知道你们究竟对前端request封装了什么header?
因为,出于某些原因,不想将第三方url暴露出来…所以想把request放在后端…
还请大神告知,谢谢!
2 回复
建议抓包对比一下,wx.request可参考https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html