From 46e9a39c2fb82fea24ba3103f478cd61d8f20f8f Mon Sep 17 00:00:00 2001 From: 007gzs <007gzs@gmail.com> Date: Thu, 28 Nov 2019 10:27:23 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20#1303=20=E5=BC=80=E6=94=BE=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0WxOpenInnerConfigStorage=E4=B8=AD=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=88=B7=E6=96=B0token=E9=85=8D=E7=BD=AE=E6=B2=BF=E7=94=A8WxOp?= =?UTF-8?q?enConfigStorage=E4=B8=AD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../weixin/open/api/impl/WxOpenInMemoryConfigStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInMemoryConfigStorage.java b/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInMemoryConfigStorage.java index c9811470..e67cb29e 100644 --- a/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInMemoryConfigStorage.java +++ b/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