获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
同意
微信网页开发-网页授权--第一步:用户同意授权,获取code,一直处于登录中?[图片] 接口文档: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 我代码中写的跳转地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871021#wechat_redirect 实际微信公众号中复制链接的地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871855&uin=&key=&version=63030037 网页授权的scope是 snsapi_userinfo 为什么会这样?我应该怎么解决? [图片] [视频]
2021-08-13