收藏
回答

公众号唤起网页授权没反应?

let str = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${dataList.appId}&redirect_uri=https%3A%2F%2Fadmin.uibepyunpan.com%2Fsso%2Fwx%2Fredirect%2F${dataList.appId}%2Flogin%3FredirectBase64Url%3D${base64Path}&response_type=code&scope=snsapi_userinfo&state=aaabbb#wechat_redirect`

window.location.href = str

域名也在公众号网页授权里面配置了 不知道为什么还是卡在这个

最后一次编辑于  10-08
回答关注问题邀请回答
收藏

1 个回答

  • 启年
    启年
    10-07

    你的 scope 是snsapi_base ,这是隐式授权, 你应该用userinfo ,看看文档

    10-07
    有用
    回复 1
    • 程以叁
      程以叁
      10-08
      我修改以后也不行  重定向的地址也在接口权限-网页授权里面配置了  但是跳转以后还是卡在这  不知道啥原因
      10-08
      回复
登录 后发表内容