Переглянути джерело

🎨 #1303 开放平台WxOpenInnerConfigStorage中自动刷新token配置沿用WxOpenConfigStorage中配置

dev1
007gzs 5 роки тому
committed by Binary Wang
джерело
коміт
46e9a39c2f
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInMemoryConfigStorage.java

+ 1
- 1
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInMemoryConfigStorage.java Переглянути файл

@@ -546,7 +546,7 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {

@Override
public boolean autoRefreshToken() {
return true;
return wxOpenConfigStorage.autoRefreshToken();
}

@Override


Завантаження…
Відмінити
Зберегти