Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update WxCpCorpGroupRedissonConfigImpl.java
  • Loading branch information
1ibo authored Mar 3, 2023
commit e39fb448f29b840fa6268ba80eb2597cb91e25ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ public class WxCpCorpGroupRedissonConfigImpl implements WxCpCorpGroupConfigStora
*/
protected static final String LOCK_KEY = "wechat_cg_lock:";
/**
* The constant LOCKER_ACCESS_TOKEN.
* The constant LOCKER_CORP_ACCESS_TOKEN.
*/
protected static final String LOCKER_CORP_ACCESS_TOKEN = "corpAccessTokenLock";
/**
* The constant CP_ACCESS_TOKEN_KEY.
* The constant CG_ACCESS_TOKEN_KEY.
*/
protected static final String CG_ACCESS_TOKEN_KEY = "wechat_cg_access_token_key:";
@NonNull
Expand Down