微信小程序配置企业微信的在线客服

配置企业微信后台

代码实现

1
<button @tap="openCustomerServiceChat">打开企业微信客服</button>
1
2
3
4
5
6
7
8
9
10
11
methods: {
openCustomerServiceChat(){
wx.openCustomerServiceChat({
extInfo: {
url: '你刚才的客服地址'
},
corpId: '企业微信的id',
showMessageCard: true,
});
}
}

其实客服链接直接在别的地方直接点也能用

https://work.weixin.qq.com/kfid/kfc4fd7cae33c6448f9


微信小程序配置企业微信的在线客服
https://github.com/chergn/chergn.github.io/8deb269fdd0b/
作者
全易
发布于
2024年3月28日
许可协议