Mac不能调用openEnterpriseChat,提示invalid param错误?
问题类型:bug 组件名称:openEnterpriseChat 环境:mac电脑 企业微信版本: 3.1.10.70044 调用了agentConfig 线上代码库:<script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script> //打开企微聊天会话
const openChat = values => {
window?.wx.openEnterpriseChat({
externalUserIds: valuse.sId,
success: function(res) {
console.log('success', res);
},
fail: function(res) {
console.log('fail', res);
if (res.errMsg.indexOf('function not exist') > -1) {
alert('版本过低请升级');
}
},
});
}; externalUserIds:'wmy1A2BgAA2G3isBrJeyUfEORWindqrw'
[图片]