-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
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
关注服务号会报"errcode":61023,"errmsg":"refresh_token is invalid hint: #1119
Comments
wxjava 第三方平台版本: 3.0.0 |
难道必须重新绑定第三方平台才可以解决问题吗? 我们有二十几个服务号,都要这样操作一遍吗? |
急, 在线等 |
在这一行获取的时候,就是null了, 因为wechat_authorizer_refresh_token:wx8d297785819f414c已经被丢失了, 要怎么再重新获取呢? |
只有这个地方设置redis, 真的得全部重新绑定了? |
@007gzs 有空可以帮忙看下 |
另外,楼主请仔细重新描述下你的问题,看起来很乱,现在 |
就是redis的数据都没了。导致这个问题。
现在已经全部都重新授权了
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Binary Wang <[email protected]>
发送时间: 2019年7月18日 12:54
收件人: Wechat-Group/WxJava <[email protected]>
抄送: uuyimei <[email protected]>, Author <[email protected]>
主题: 回复:[Wechat-Group/WxJava] redis服务器重启导致redis数据丢了, 现在关注服务号会报【错误信息】:{"errcode":61023,"errmsg":"refresh_token is invalid hint: (#1119)
另外,楼主请仔细重新描述下你的问题,看起来很乱,现在
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
之前做的时候我记得微信文档里写的只有在授权时推送 refresh_token,丢失的话只能重新授权。 |
好东西啊,希望尽快集成进来。不然两个小时超时就要重新授权,风险很大
…------------------ 原始邮件 ------------------
发件人: 007gzs <[email protected]>
发送时间: 2019年7月18日 13:07
收件人: Wechat-Group/WxJava <[email protected]>
抄送: uuyimei <[email protected]>, Author <[email protected]>
主题: 回复:[Wechat-Group/WxJava] redis服务器重启导致redis数据丢了, 现在关注服务号会报【错误信息】:{"errcode":61023,"errmsg":"refresh_token is invalid hint: (#1119)
之前做的时候我记得微信文档里写的只有在授权时推送 refresh_token,丢失的话只能重新授权。
不过刚去看了下好像新增了个 api_get_authorizer_list 接口可以获取所有授权的appid及对应的refresh_token
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
dev貌似有人把接口加进来了,只不过没写到redis里 |
谢谢, 以后遇到同样问题了, 怎么调用这个public WxOpenAuthorizerListResult getAuthorizerList(int begin, int len)? |
3.4.8.B测试版本已修复相关代码,欢迎试用,如有新问题,请新开issue,谢谢各位 |
redis服务器重启导致redis数据丢了, 现在关注服务号会报【错误信息】:{"errcode":61023,"errmsg":"refresh_token is invalid hint
要怎么解决呢?
The text was updated successfully, but these errors were encountered: