From a70d35cd9a672deb0aed272c8209ddde096f917b Mon Sep 17 00:00:00 2001
From: 喻健 <喻健@Admin>
Date: 星期三, 12 十二月 2018 10:25:08 +0800
Subject: [PATCH] 动态商品分享接口修改,添加新接口, 画图调整

---
 fanli/src/main/java/com/yeshi/fanli/util/Constant.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/util/Constant.java b/fanli/src/main/java/com/yeshi/fanli/util/Constant.java
index 010a5d6..e672853 100644
--- a/fanli/src/main/java/com/yeshi/fanli/util/Constant.java
+++ b/fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -14,9 +14,9 @@
 	public static boolean IS_TASK = false;
 
 	// 澶栫綉鐜
-	public static boolean IS_OUTNET = false;
+	public static boolean IS_OUTNET = true;
 
-	public static boolean IS_TEST = true;
+	public static boolean IS_TEST = false;
 
 	public static int PAGE_SIZE = 20;
 	public static int[] TASK_TYPE = { 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008// 寰俊浠诲姟绫诲瀷缂栧彿
@@ -42,7 +42,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 = "鍒涘缓鎴愬姛";

--
Gitblit v1.8.0