网页授权,回调地址上没有code参数发布于 7 年前作者 tao6112585 次浏览最后编辑 7 年前来自 ask今天按着开发者的文档设置了网页授权,使用静默授权,进入回调地址后URL上没有code参数,使用手动授权点击允许后URL上也没有code参数,是什么原因。 这个是我测试静默授权的:https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx77edddc93a91176f&redirect_uri=https%3A%2F%2Fm-discovery.gome.com.cn%2Ftopic%2F48473.html&response_type=code&scope=snsapi_base&state=1234#wechat_redirect 这个是测试手动授权的:https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx77edddc93a91176f&redirect_uri=https%3A%2F%2Fm-discovery.gome.com.cn%2Ftopic%2F48473.html&response_type=code&scope=snsapi_userinfo&state=1234#wechat_redirect