mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 电单车
This commit is contained in:
@@ -17,6 +17,9 @@ public class CacheConstants {
|
||||
// 缓存时间 5分钟
|
||||
public static final int cache_expire_time_5m = cache_expire_time_1m * 5;
|
||||
|
||||
// 缓存时间 6分钟
|
||||
public static final int cache_expire_time_6m = cache_expire_time_1m * 6;
|
||||
|
||||
// 缓存时间 10分钟
|
||||
public static final int cache_expire_time_10m = cache_expire_time_1m * 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user