401 是你接口返回的错误,没有通过API权限
报错401 Unauthorized错误- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo [图片] 就一直出验证 不验证就报401 [图片]
2019-07-10开启位置信息后,蓝牙搜索连接成功
OPPO R9S 无法搜索到蓝牙设备- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo wx.openBluetoothAdapter({ success(res) { console.log(res) wx.showLoading({ title: '正在搜索设备...', mask: true }); wx.startBluetoothDevicesDiscovery({ interval: '0', success: function (res) { console.log('找到设备', res) wx.getBluetoothDevices({ success: function (res) { console.log('getBluetoothDevices', res); }, fail: function (res) { console.log('getBluetoothDevices 失败', res) } }) }, fail: function (res) { console.log('未找到设备', res) } }) } })
2019-02-14