-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
access_token 是否能不内部主动请求微信 #778
Comments
添加配置项: |
你好。能再问下。这个配置在哪里判断了吗? |
恩。知道了。谢谢。 |
@Shoot-tigers-tonight 嗯,以后还是看最新版吧,一般问题修复在线上搜索比较准确。 |
好的。谢谢。 |
@overtrue 请问4.X版本如果做呢? |
@refear99 4.0 不会自动重试。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我用的环境
PHP 版本:7.1
overtrue/wechat 版本:3.1
问题及现象
我想是否能通过扩展内部的token类(就好像cache类那样,可以通过实现一个接口来自定。)。
实现只让内部读token。不主动去微信刷新。
现在问题是。之前的有一个服务是定时去刷新token的。
现在我用php这个wechat包。虽然能自定义cache类读缓存。但是不能避免wechat这个包主动是刷新。
我看了这个 #696,好象目前没有修复。
The text was updated successfully, but these errors were encountered: