wx.openCustomerServiceChat({
extInfo: {
url: 'https://work.weixin.qq.com/kfid/xxx '
},
corpId: '这里是我的企业id',
success(res) {
console.log(res);
},
fail(res) {
console.log(res);
}
})
调用后返回错误信息:fail {errCode: 6, errMsg: "openCustomerServiceChat:fail check failed"}
基础库版本:2.19.4
环境:微信开发者工具转真机调试
手机:三星S9 安卓10.0
安装的微信版本:8.0.11
同问,楼主解决了吗