开发者工具版本: 开发版 Nightly Build (1.06.2503242)
开发者工具下:
选择了群聊后, 进入聊天模式页面
wx.getChatToolInfo() 不执行
真机调试:
是可以的获取到res信息的, 包含了 encryptedData 和 iv
lifetimes: {
attached() {
wx.getChatToolInfo({
success: (res) => {
console.log(res)
}
})
}
},
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
补充:
系统是 macOS ARM64