美文网首页
微信开发:scope参数错误或没有scope权限解决方法

微信开发:scope参数错误或没有scope权限解决方法

作者: 一一小知 | 来源:发表于2017-08-27 23:56 被阅读239次

    1、确保请求参数的顺序(注意response_type和scope前后顺序):

    scope为snsapi_base
    https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx520c15f417810387&redirect_uri=https%3A%2F%2Fchong.qq.com%2Fphp%2Findex.php%3Fd%3D%26c%3DwxAdapter%26m%3DmobileDeal%26showwxpaytitle%3D1%26vb2ctag%3D4_2030_5_1194_60&response_type=code&scope=snsapi_base&state=123#wechat_redirect

    scope为snsapi_userinfo
    https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect

    2、确保在合适的公众号上操作,比如我在正式公众服务号上进入一个需要经过OAuth的链接,却在代码中走的测试号的appid,那也会提示这个错误。

    3、如果还是不行,那再到微信管理后台确认下,修改“网页帐号-->网页授权获取用户基本信息”,使其生效,如图:

    参考文档:

    微信公众平台

    微信公众平台测试号管理配置页面。

    相关文章

      网友评论

          本文标题:微信开发:scope参数错误或没有scope权限解决方法

          本文链接:https://www.haomeiwen.com/subject/fzxwdxtx.html