mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -13,6 +13,8 @@ public class CacheConstants {
|
||||
|
||||
public static final int cache_expire_time_10m = cache_expire_time_1m * 10;
|
||||
|
||||
public static final int cache_expire_time_30m = cache_expire_time_1m * 30;
|
||||
|
||||
public static final int cache_expire_time_1h = cache_expire_time_1m * 60;
|
||||
|
||||
public static final int cache_expire_time_12h = cache_expire_time_1h * 12;
|
||||
@@ -23,6 +25,9 @@ public class CacheConstants {
|
||||
|
||||
public static final String PUSH_STATION_CONNECTOR = "push_station_connector";
|
||||
|
||||
// 会员余额退款正在进行中
|
||||
public static final String MEMBER_BALANCE_REFUNDS_ARE_IN_PROGRESS = "Member_Balance_Refunds_Are_In_Progress:";
|
||||
|
||||
public static final String PLATFORM_TESTER = "platform_tester:";
|
||||
|
||||
public static final String GET_PILE_MODEL_INFO_BY_MODEL_ID = "get_pile_model_info_by_model_id:";
|
||||
|
||||
Reference in New Issue
Block a user