收藏
回答

一个字一个字核对,实在是检查不出来,错在哪了?

const [REDIRECT_URI] = useState(encodeURIComponent("https://www.danghe.live/index.html"));


const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${'wx61430451e4bbefe4'}&redirect_uri=${REDIRECT_URI}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`;

window.location.href = url;

最后一次编辑于  2023-12-28
回答关注问题邀请回答
收藏

1 个回答

  • Hlxuan.
    Hlxuan.
    2023-12-28

    是报错10003吗?能否看下你在公众号后台【网页授权域名】的配置?

    2023-12-28
    有用 1
    回复 3
    • Melt
      Melt
      2023-12-28
      是我贴上面那个配置吗
      2023-12-28
      回复
    • Hlxuan.
      Hlxuan.
      2023-12-28回复Melt
      不是,你的公众号是【已认证服务号】吗?如果不是,目前是不支持网页授权的哈。
      2023-12-28
      回复
    • Melt
      Melt
      2023-12-28
      没给腾讯交钱,哎,这是我的错
      2023-12-28
      回复
登录 后发表内容