wx.request Auth问题。
wx.request({ url: success: function (res) { console.log(res) // that.device = res.data.result.objects; // console.log(that.device); } }); |
http请求需要验证用户名和密码,用上面的写法,在开发者工具里面可以用,能正常返回数据,但是在手机上就报错401,
新手入门,求大佬们指点。之前也查了一些把用户名和密码写在header里面,但是试了好几个不行,不知道有其他什么解决方法