说明:wx119f277c3fd16080是服务号,已认证且认证未过期,并且已获取了“网页授权”权限,授权链接参数response_type和scope的位置放置正确。
重现流程:访问授权链接,提示10005。
授权链接:
相关截图:
说明:wx119f277c3fd16080是服务号,已认证且认证未过期,并且已获取了“网页授权”权限,授权链接参数response_type和scope的位置放置正确。
重现流程:访问授权链接,提示10005。
授权链接:
相关截图:
2 个回答
@社区技术运营专员,帮忙看看还有哪些地方需要检查,我这边只向接入方那边确认了上面那几项,卡在这里,工作推进不了。
你好,请参考https://developers.weixin.qq.com/community/develop/doc/000c840489c6380d63389dbb451402
官方文档提供的(“scope为snsapi_base”)体验链接可以正常打开,“scope为snsapi_userinfo”的不能正常打开。你那边试试能否复现。我这边错误的链接也正是用了snsapi_userinfo。
`参考链接(请在微信客户端中打开此链接体验):
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`