| | |
| | | |
| | | public static int PAGE_SIZE = 20; |
| | | |
| | | //是否为TDMQ消息消费 |
| | | public final static boolean TDMQ_CONSUMER = true; |
| | | |
| | | //TDMQ是否为公网 |
| | | public final static boolean TDMQ_PUBLIC = false; |
| | | |
| | | // 新的规则生效时间 |
| | | public static final long NEW_ORDER_FANLI_RULE_TIME = TimeUtil.convertToTimeTemp("2020-04-28 16:00:00", "yyyy-MM-dd HH:mm:ss"); |
| | | |
| | |
| | | public static final String SESSION_EXTRACT_CODE = "ADMIN_EXTRACT_CODE"; // 提现码 |
| | | public static final String SESSION_EXTRACT_VERIFY_RESULT = "SESSION_EXTRACT_VERIFY_RESULT"; // 提现码验证结果 |
| | | public static final int DAYMS = 86400000; |
| | | |
| | | |
| | | |
| | | public static final String TAOBAO_AUTH_APPKEY = "24980167"; |
| | |
| | | |
| | | |
| | | public static final Long[] NO_UPGRADE_UIDS=new Long[]{1700696L}; |
| | | |
| | | |
| | | |
| | | |
| | | // 线程等待数量 |