This commit is contained in:
2023-12-04 09:12:29 +08:00
parent fb458fa9b3
commit 8965cd0526
3 changed files with 43 additions and 3 deletions

View File

@@ -33,6 +33,9 @@ public class CacheConstants {
// 缓存时间 10天
public static final int cache_expire_time_10d = cache_expire_time_1d * 10;
// 缓存时间 30天
public static final int cache_expire_time_30d = cache_expire_time_1d * 30;
public static final String PUSH_STATION_CONNECTOR = "push_station_connector";
// 支付确认列表