fluwx icon indicating copy to clipboard operation
fluwx copied to clipboard

OPPO 打开微信企业客服时异常

Open xiejibiao opened this issue 3 years ago • 1 comments

打开微信企业客服时,提示包名签名信息校验不通过,无法分享微信,这里的提示是分享微信,但是我确实使用的是打开企业客服功能,且只有部分OPPO机型会出现此情况。下面会展示错误内容,机型等信息。

代码如下: /// 打开微信客服 openWeChatCustomerServiceChat() async { await fluwx.registerWxApi( appId: AppConfig.wxAppId, universalLink: AppConfig.universalLink ); if (!await fluwx.isWeChatInstalled) { EasyLoading.showToast('请先安装微信'); return; } fluwx.openWeChatCustomerServiceChat( url: AppConfig.wxCustomerServiceUrl, corpId: AppConfig.corpId ); }`

fluwx 版本号:3.6.1+4

错误内容: image

机型信息: image

xiejibiao avatar Mar 26 '22 08:03 xiejibiao

这个问题去问微信官方更靠谱,插件代码上看起来是没什么问题的。

JarvanMo avatar Mar 26 '22 09:03 JarvanMo