mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 02:57:37 +08:00
🎨 #1303 开放平台WxOpenInnerConfigStorage中自动刷新token配置沿用WxOpenConfigStorage中配置
This commit is contained in:
@@ -546,7 +546,7 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {
|
||||
|
||||
@Override
|
||||
public boolean autoRefreshToken() {
|
||||
return true;
|
||||
return wxOpenConfigStorage.autoRefreshToken();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user