微信网站登录授权
在开发者工具上可以正常进行授权,但是从公众号点进网页无法弹出授权页面。是不是https://open.weixin.qq.com/connect/oauth2/authorize?appid=appid&redirect_uri=http://www.xxx.com/middle.html&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
redirect_uri 必须使用https才行?