微信登录refresh_token 的有效期
网页1:https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Development_Guide.html 网页2:https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Authorized_API_call_UnionID.html 教程文档网页1中说refresh_token 拥有较长的有效期(30 天),当 refresh_token 失效的后,需要用户重新授权。,网页2中:refresh_token 拥有较长的有效期(180 天)且无法续期,当 refresh_token 失效的后,需要用户重新授权后才可以继续获取用户头像昵称。 哪一个是正确的?