Skip to content
New issue

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

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

Already on GitHub? # to your account

打开扫描器失败,是微信的问题还是代码的问题,怎么解决呢 #46

Open
yijingping opened this issue Jan 8, 2015 · 1 comment

Comments

@yijingping
Copy link

今天扫描器突然无法打开了,提示权限有错。如图所示:
t

调用代码

WeixinApi.ready(function(Api) {
      // 扫描二维码
      WeixinApi.scanQRCode({
          needResult:true,
          success : function(resp){
          },
          fail : function(resp){
              alert(JSON.stringify(resp));
              alert('扫描器无法打开');
          }
      });
});
@zxlie
Copy link
Owner

zxlie commented Jan 8, 2015

是官方限制住了,木有办法

原始邮件
发件人: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.

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

No branches or pull requests

2 participants