| | |
| | | public static final BigDecimal RED_PACK_PAY_MIN = new BigDecimal("10");
|
| | | // 红包奖励分享订单连续奖励月数
|
| | | public static final int RED_PACK_REWARd_MONTH = 15;
|
| | | // 红包奖励-单位时间类累计产生≥200金币
|
| | | public static final long RED_PACK_GOLD_COIN = 200;
|
| | | |
| | | // 新人奖励连续天数
|
| | | public static final long RED_PACK_NEW_USER_DAYS = 7;
|
| | | // 新人奖励最高
|
| | | public static final BigDecimal RED_PACK_NEW_USER_MONEY = new BigDecimal("2");
|
| | | // 新人奖励第一次随机最小
|
| | | public static final int RED_PACK_NEW_USER_MIN = 50;
|
| | | // 新人奖励第一次随机最大
|
| | | public static final int RED_PACK_NEW_USER_MAX = 60;
|
| | | |
| | | |
| | |
|
| | | public static WXGZConfig wxGZConfig;
|
| | |
|