update 预约充电

This commit is contained in:
Guoqs
2024-09-06 16:13:50 +08:00
parent 8123e350f2
commit 12888c5b1f
3 changed files with 39 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ public class CacheConstants {
// 缓存时间 1分钟
public static final int cache_expire_time_1m = 60;
public static final int cache_expire_time_70s = 70;
// 缓存时间 3分钟
public static final int cache_expire_time_3m = cache_expire_time_1m * 3;
@@ -52,6 +54,9 @@ public class CacheConstants {
// 需要推送的站点id
public static final String PUSH_STATION_CONNECTOR = "push_station_connector";
// 更新预约信息key
public static final String UPDATE_RESERVATION_INFO = "update_reservation_info:";
// 订单的微信支付参数
public static final String ORDER_WECHAT_PAY_PARAMETERS = "order_wechat_pay_parameters:";