| | |
| | | public static final double THREE_STAGE_RANDOM_MAX = 2;
|
| | |
|
| | | // 新人奖励连续天数
|
| | | public static final long RED_PACK_NEW_USER_DAYS = 7;
|
| | | public static final long TLJ_NEW_USER_DAYS = 7;
|
| | | // 新人奖励最高
|
| | | public static final BigDecimal RED_PACK_NEW_USER_MONEY = new BigDecimal("2");
|
| | | public static final BigDecimal TLJ_NEW_USER_MONEY = new BigDecimal("2");
|
| | | // 新人奖励第一次随机最小
|
| | | public static final int RED_PACK_NEW_USER_MIN = 50;
|
| | | public static final int TLJ_NEW_USER_MIN = 50;
|
| | | // 新人奖励第一次随机最大
|
| | | public static final int RED_PACK_NEW_USER_MAX = 60;
|
| | | |
| | | public static final int TLJ_NEW_USER_MAX = 60;
|
| | | // 新人红包有效期10天
|
| | | public static final int TLJ_NEW_USER_LIMIT = 10;
|
| | | // 新人定义: 自完成注册起10天内;
|
| | | public static final int TLJ_NEW_USER_DEFINE = 10;
|
| | |
|
| | |
|
| | | public static WXGZConfig wxGZConfig;
|