admin
2018-12-25 4cb15e222cd7d099d533ccbeb7f9a8cd99bf180c
fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -14,15 +14,17 @@
   public static boolean IS_TASK = false;
   // 外网环境
   public static boolean IS_OUTNET = true;
   public static boolean IS_OUTNET = false;
   public static boolean IS_TEST = false;
   public static boolean IS_TEST = true;
   public static int PAGE_SIZE = 20;
   public static int[] TASK_TYPE = { 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008// 微信任务类型编号
   };
   public final static String UIDAESKEY = "WW782ss@8*px/%2v";
   public final static String ADMINH5_AESKEY = "WW782Ss@0*px/,2v";
   public final static String RANDKEY = "user_randkey";
   public final static String RANDPWDKEY = "user_pwd_randkey";
@@ -42,7 +44,6 @@
   public final static String HB_STATEEXCEPTION = "红包状态异常";
   public final static String HB_NOEXIST = "红包不存在";
   public static final int MR_COUNT = 2;
   public static final String HONGBAO_GOODS_PROPORTION = "hongbao_goods_proportion";
   public final static String BA_EXIST = "该类型账户已存在";
   public final static String BA_SUCCESS = "创建成功";