如题,如果我在B公众号中添加H5网页,H5网页包含微信授权登录
location.replace( "https://open.weixin.qq.com/connect/oauth2/authorize?appid=AAAAA&redirect_uri=" + url + "&response_type=code&scope=snsapi_userinfo&connect_redirect=1#wechat_redirect" );
AAAA是A公众号的appid。
那么会正常的重定向和获取code吗?调用的是A公众号的用户信息吗?是否需要如果是正常流程会提示先关注才能使用微信登录授权?
A获取的Code是不能用再B上面的
A的信息