mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +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:";
|
||||
|
||||
@@ -113,6 +113,8 @@ public enum ReturnCodeEnum {
|
||||
CODE_ADAPAY_CONFIG_IS_NULL_ERROR("00100052", "获取支付配置信息异常"),
|
||||
|
||||
CODE_ORDER_HAS_BEEN_REFUNDED("00100053", "订单已退款,请等待收单机构原路返回,交易将在1-3个工作日完成,感谢您的理解"),
|
||||
|
||||
CODE_BALANCE_REFUNDS_ARE_IN_PROGRESS_ERROR("00100054", "会员余额退款正在进行中,请稍后再试"),
|
||||
|
||||
/* 个人桩 start */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user