Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiejibiao opened this issue Mar 26, 2022 · 1 comment
Open

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

xiejibiao opened this issue Mar 26, 2022 · 1 comment

Comments

@xiejibiao
Copy link

打开微信企业客服时,提示包名签名信息校验不通过,无法分享微信,这里的提示是分享微信,但是我确实使用的是打开企业客服功能,且只有部分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

@JarvanMo
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants