获取 token 判断错误,如果缓存 token 为空且不刷新缓存时,获取不到新 token
browningweb opened this issue · 0 comments
browningweb commented
wechat/src/Kernel/AccessToken.php
Line 43 in 054113b
应该为:!empty($token) && false === $autoRefresh
browningweb opened this issue · 0 comments
wechat/src/Kernel/AccessToken.php
Line 43 in 054113b
应该为:!empty($token) && false === $autoRefresh