We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为微信的access_token只允许一个,如果获取了新的token,上一个会在5分钟左右失效。但是目前sdk没有自动刷新机制,导致提前失效之后除非重启应用,否则不会重新刷新。
参考token失效的错误:
{ "errcode": 40001, "errmsg": "invalid credential, access_token is invalid or not latest rid: 6141b79a-7c6e812d-5514c622", "resultcode": "", "resultmsg": "" }
The text was updated successfully, but these errors were encountered:
在生成HttpResponse时,可以检查捕获token失效的错误
Sorry, something went wrong.
代码已提交合并到release/1.0.0
Matrix-X
No branches or pull requests
因为微信的access_token只允许一个,如果获取了新的token,上一个会在5分钟左右失效。但是目前sdk没有自动刷新机制,导致提前失效之后除非重启应用,否则不会重新刷新。
参考token失效的错误:
The text was updated successfully, but these errors were encountered: