微信公众号网页授权重复跳转到回调页
使用接口https://open.weixin.qq.com/connect/oauth2/authorize,进行网页授权 静默授权并自动跳转到回调页, 查看日志发现微信有时重定向回调了两次。回调页里用这个code去调接口https://api.weixin.qq.com/sns/oauth2/access_token获取openid会报错如: {"errcode":40163,"errmsg":"code been used, hints: [ req_id: qHKb2qLnRa-CXAXhA ]"} 为什么会重复请求回调页,重复请求是微信bug吗?怎么解决这个重复请求问题