This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎨
#1303
开放平台WxOpenInnerConfigStorage中自动刷新token配置沿用WxOpenConfigStorage中配置
dev1
007gzs
5 years ago
committed by
Binary Wang
parent
80f885fbfb
commit
46e9a39c2f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -546,7 +546,7 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {
@Override
public boolean autoRefreshToken() {
return true;
return
wxOpenConfigS
t
o
r
age.a
u
toR
e
freshToken()
;
}
@Override
Write
Preview
Loading…
Cancel
Save