admin
2019-01-08 c84d8ecd97d111b01db9cfd807300d0491a95bc8
fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -12,11 +12,10 @@
public class Constant {
   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// 微信任务类型编号
@@ -74,6 +73,10 @@
   public static final String MYLIKE = "mylike";
   public static final String MYDYNAMIC = "mydynamic";
   // 来源
   public static final int SOURCE_TYPE_TAOBAO = 1;
   public static final int SOURCE_TYPE_JD = 2;
   public static WXGZConfig wxGZConfig;
   // 短信验证码配置