https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html
第一步:用户同意授权,获取code
在确保微信公众账号拥有授权作用域(scope参数)的权限的前提下(已认证服务号,默认拥有scope参数中的snsapi_base和snsapi_userinfo 权限),引导关注者打开如下页面:
上面说已认证服务号有默认拥有scope参数中的snsapi_base和snsapi_userinfo 权限。那订阅号有吗?
已认证的服务号 才能 静默授权 和 非静默授权
认证的服务号才支持。
订阅号没有,参考接口权限文档:https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Explanation_of_interface_privileges.html