wx.qy.openEnterpriseChat({
userIds: 'SongXin',
externalUserIds: 'wmW_R4CwAAG32VY6AHjcMyLsHBSAiiUQ',
groupName: '',
success: function(res) {
// 回调
},
fail: function(res) {
console.log(res)
// 失败处理
wx.showToast({
icon: 'none',
title: '打开会话失败!'
})
}
})

https://developers.weixin.qq.com/community/develop/doc/000e4ab7ce42f8f7c83c729865b000