🎨 #1381 企业微信模块配置类增加autoRefreshToken参数配置,方便控制是否自动刷新access_token

This commit is contained in:
Binary Wang 2020-02-23 10:41:53 +08:00
parent 8012154ec9
commit 8efed3ebc4

View File

@ -320,6 +320,11 @@ public class WxCpRedisConfigImpl implements WxCpConfigStorage {
return this.apacheHttpClientBuilder;
}
@Override
public boolean autoRefreshToken() {
return true;
}
public void setApacheHttpClientBuilder(ApacheHttpClientBuilder apacheHttpClientBuilder) {
this.apacheHttpClientBuilder = apacheHttpClientBuilder;
}