调用openEnterpriseChat
确保引入的是https://res.wx.qq.com/open/js/jweixin-1.2.0.js 线上1.2.0版本!!!!
配置wx.config 参数使用官方给出的encodeURIComponent(window.location.href.split('#')[0]),字段名和后端定义。
-
config ready后配置agentConfig获取授权
4.拉起聊天 代码
externalUserIds配置的外部联系人userid。到这里就可以了。
总结几个坑,npm到本地的唤起私聊会有问题,需要使用在线引入,而且要是1.2.0版本,配置agentConfig授权。