//批量绑定
bindAll() {
wx.requestDeviceVoIP({
isGroup: true,
groupId: 'xxxxxxxx',
success(res) {
console.log("成功", res)
uni.showToast({
icon: 'success'
})
},
fail(err) {
console.log("失败", err)
uni.showToast({
icon: 'error'
})
}
})
},
如图,上面是使用到的代码段,授权设备组,真机调试中,会显示失败,但是开发者工具中点击授权,是授权成功的
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
希望官方审核,查询下数据 ,,,,