微信授权后多次回调redirect_uri?

发布于 7 年前作者 pdu13475 次浏览最后编辑 7 年前来自 ask
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${redirect_uri}&response_type=code&scope=${scope}&state=STATE&connect_redirect=1#wechat_redirect`

调用这个接口获取code,会不停的回调redirect_uri七八次,请问如何处理?

1 回复
xia29
xia291 楼5 年前

我也遇到了,电脑端正常,手机不行。不知道LZ解决没有啊