我创建了一个网站应用,主要是为了微信登录,手机端打开链接后,就提示这个了
在H5页面中:
javascript 调用
var url="http://www.yi-fa.top/printnet/admin/weixinrecall.htm";
var enurl=encodeURIComponent(url);
location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx5093d9b11aa7eb57&redirect_uri="+enurl+"&response_type=code&scope=snsapi_base&state=123#wechat_redirect";
我的应用已经审核通过了,为什么会提示没有权限?
公众号是不是没认证
非常感谢!