Newspaper пре 2 година
родитељ
комит
d2d00fc26a

+ 20 - 5
huimv-farm-video/src/main/java/com/huimv/video/dhicc/icc/CommonConstant.java

@@ -69,11 +69,8 @@ public class CommonConstant {
     public static final String shijian_oss_addr = "172.16.3.223:8925";
 
     //海宁
-    public static final String hn_IPandPord = "https://122.225.64.254:447";
-    //档案图片
-    public static final String hn_Document_oss_addr = "192.168.3.202:9876";
-    //    // 事件图片
-    public static final String hn_shijian_oss_addr = "192.168.3.202:8925";
+
+
 
 
     //苍南
@@ -105,4 +102,22 @@ public class CommonConstant {
     public static final String Sg_Document_Oss_Addr = "172.16.3.223:9876";
     //事件图片
     public static final String Sg_Shijian_Oss_Addr = "172.16.3.223:8925";
+
+    //2.海宁牧场
+    public static final String hn_IPandPord = "https://122.225.64.254:447";
+    //1.1事件
+    //1.1.1死猪
+    public static final String[] Hn_SiZhuChannle = {"1000004$1$0$11","1000004$1$0$19","1000004$1$0$27","1000004$1$0$40","1000008$1$0$8","1000008$1$0$9","1000008$1$0$10","1001377$1$0$34","1000008$1$0$12","1000008$1$0$13","1000008$1$0$14","1000008$1$0$15","1000005$1$0$3","1000005$1$0$26","1000005$1$0$31","1000005$1$0$33","1000005$1$0$47","1000005$1$0$49","1000007$1$0$8","1000007$1$0$10","1000007$1$0$11","1000007$1$0$13","1000007$1$0$14","1000007$1$0$15"};
+    //1.1.2大门
+
+    //1.1.3熏蒸
+
+    //1.1.4卖猪
+
+    //1.1.5洗消通道
+
+    //档案图片
+    public static final String hn_Document_oss_addr = "192.168.3.202:9876";
+    //事件图片
+    public static final String hn_shijian_oss_addr = "192.168.3.202:8925";
 }

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/request/XunZhengRequest/Hn/XunZhengCountRequestHn.java

@@ -56,7 +56,7 @@ public class XunZhengCountRequestHn extends BaseRequest02 {
         map.put("deviceCategory", 1);
         //nodeCodeList 目前还没有 先用曙光的
         if (this.eventType == 1){
-            map.put("nodeCodeList", CommonConstant.Sg_SiZhuChannle);
+            map.put("nodeCodeList", CommonConstant.Hn_SiZhuChannle);
         }else if (this.eventType == 2){
             map.put("nodeCodeList", CommonConstant.Sg_DoorChannle);
         }else if (this.eventType == 3){

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/request/XunZhengRequest/Hn/XunZhengRequestHn.java

@@ -63,7 +63,7 @@ public class XunZhengRequestHn extends BaseRequest02 {
         map.put("deviceCategory", 1);
         //nodeCodeList 目前还没有 先用曙光的
         if (this.eventType == 1){
-            map.put("nodeCodeList", CommonConstant.Sg_SiZhuChannle);
+            map.put("nodeCodeList", CommonConstant.Hn_SiZhuChannle);
         }else if (this.eventType == 2){
             map.put("nodeCodeList", CommonConstant.Sg_DoorChannle);
         }else if (this.eventType == 3){