问题类型: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'
传参中要把其他几个字段带上,没有值就传空字符串
externalUserIds:'wmy1A2BgAA2G3isBrJeyUfEORWindqrw'请问这个id是不是固定的还是说会改变的 请客服帮忙解答一下,或者有知道的人也可以往下面留言