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:
@@ -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:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user