android手机调用connectWifi方法,密码错误依然返回success
- 当前 Bug 的表现(可附上截图)
调用connectWifi方法,输入错误的密码,依然返回success,并且正确连上当前wifi。如果在手机上操作删除或者忘记该wifi,再次调用这个方法,输入错误的密码,此时就会提示密码错误,无法连接。
- 预期表现
如果输入错误的密码,应该返回fail。
- 复现路径
- 提供一个最简复现 Demo
wx.connectWifi({ SSID: that.data.ssid, BSSID: app.globalData.homeBSSID, password: that.data.password, success: function (res) { console.log(res) }, fail: function (res) { console.log(res); } }) |
1 回复
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。