yujian
2019-07-19 8222e8b237c5dfb0affcdc03335bfadc06403bf8
fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -14,9 +14,9 @@
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;
@@ -87,6 +87,8 @@
   public static final int SOURCE_TYPE_TAOBAO = 1;
   // 来源-京东
   public static final int SOURCE_TYPE_JD = 2;
   // 来源-拼多多
   public static final int SOURCE_TYPE_PDD = 3;
   // 自购-返利
   public static final int TYPE_REBATE = 1;