🎨 modifier order

This commit is contained in:
Kyle Scully
2021-10-23 08:26:45 -07:00
committed by GitHub
parent a2042dd7c2
commit 44e4ee4416
8 changed files with 20 additions and 20 deletions

View File

@@ -18,10 +18,10 @@ import java.util.concurrent.locks.Lock;
*/
public class WxMaRedissonConfigImpl extends WxMaDefaultConfigImpl {
protected final static String LOCK_KEY = "wechat_ma_lock:";
protected final static String MA_ACCESS_TOKEN_KEY = "wechat_ma_access_token_key:";
protected final static String MA_JSAPI_TICKET_KEY = "wechat_ma_jsapi_ticket_key:";
protected final static String MA_CARD_API_TICKET_KEY = "wechat_ma_card_api_ticket_key:";
protected static final String LOCK_KEY = "wechat_ma_lock:";
protected static final String MA_ACCESS_TOKEN_KEY = "wechat_ma_access_token_key:";
protected static final String MA_JSAPI_TICKET_KEY = "wechat_ma_jsapi_ticket_key:";
protected static final String MA_CARD_API_TICKET_KEY = "wechat_ma_card_api_ticket_key:";
/**
* redis 存储的 key 的前缀,可为空