| | |
| | | public static final String TAOBAO_SPECIAL_PID_DEFAULT = "mm_124933865_56750082_89555600043";
|
| | |
|
| | | // 奖励券最高比例
|
| | | public static final BigDecimal MAX_REWARD_RATE = new BigDecimal("0.35");
|
| | | public static final BigDecimal MAX_REWARD_RATE = new BigDecimal("0.31");
|
| | |
|
| | | // 返回给客户端的账号封禁提示语
|
| | | public static final String FORBIDDEN_USER_REASON_DESC = "你的账号或绑定的第三方账号已被封禁,封禁原因可在帮助中心的相关规则中参看,如有疑问或申诉解除封禁请联系客服";
|
| | |
| | | public static final int TOKEN_DAYS = 1;
|
| | | // 赠送有效期-天
|
| | | public static final int GIVE_DAYS = 1;
|
| | | // 金币有效天数
|
| | | public static final int GOLD_COIN_VALID_DAYS = 30;
|
| | |
|
| | |
|
| | | // 微信自动提现金额
|
| | |
| | | // 微信自动提现最低余额
|
| | | public static final int AUTO_EXTRACT_MIN_SURPLUS = 2;
|
| | |
|
| | |
|
| | | // 红包奖励-邀请时间筛选 2019-11-14 11:51:43
|
| | | public static final long RED_PACK_REWARD_TIME = 1573703503000L;
|
| | | // vip、红包、奖励券倒计时 2.1上线时间
|
| | | public static final String VIP_ONLINE_TIME = "2019-12-22";
|
| | | |
| | | // 红包邀请奖励
|
| | | public static final String RED_PACK_ONLINE_TIME = "2019-12-14";
|
| | | |
| | | // 一阶段:20天数限制
|
| | | public static final int ONE_STAGE_LIMIT_DAYS = 20;
|
| | | // 一阶段:立得现金3元
|
| | |
| | | // vip赠送金币
|
| | | public static final int VIP_COLDCOIN_NUM = 1800;
|
| | |
|
| | | // 奖励券倒计时 - 执行时间待确定
|
| | | public static final String COUPON_REWARD_TIME = "2019-12-01"; // TODO
|
| | | // 奖励券倒计时 - 天数
|
| | | public static final int COUPON_REWARD_LIMIT_DAY = 5;
|
| | |
|
| | | // 专属邀请码申请直接粉丝限制
|
| | | public static final int INVITE_CODRE_TAILOR_LIMIT = 2; |
| | | |
| | | |
| | | public static WXGZConfig wxGZConfig;
|
| | |
|
| | | // 短信验证码配置
|