We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
今天扫描器突然无法打开了,提示权限有错。如图所示:
调用代码
WeixinApi.ready(function(Api) { // 扫描二维码 WeixinApi.scanQRCode({ needResult:true, success : function(resp){ }, fail : function(resp){ alert(JSON.stringify(resp)); alert('扫描器无法打开'); } }); });
The text was updated successfully, but these errors were encountered:
是官方限制住了,木有办法
原始邮件 发件人:yijingpingnotifications@github.com 收件人:zxlie/WeixinApiWeixinApi@noreply.github.com 发送时间:2015年1月8日(周四) 19:47 主题:[WeixinApi] 打开扫描器失败,是微信的问题还是代码的问题,怎么解决呢 (#46)
调用代码 WeixinApi.ready(function(Api) { // 扫描二维码 WeixinApi.scanQRCode({ needResult:true, success : function(resp){ }, fail : function(resp){ alert(JSON.stringify(resp)); alert('扫描器无法打开'); } }); }); — Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
No branches or pull requests
今天扫描器突然无法打开了,提示权限有错。如图所示:
调用代码
The text was updated successfully, but these errors were encountered: