获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信开发者工具无法运行了,按钮都不能用也没法关闭怎么才能关闭?
[图片] 稳定版1.03.2009140 macOs
2020-10-19 - wx.login中通过http向后台传code值,网络请求失败
wx.login({ success: function (res) { if (res.code) { // console.log('发起网络请求:' + res.code) wx.request({ url: 'https://test.com/onLogin', data: { code: res.code } }) } } }) url用的是http协议,报错:net::ERR_CONNECTION_REFUSED。在控制台看到http协议变为了https。
2018-04-17