Browse Source

修改门卫室通道

523096025 2 years ago
parent
commit
e5a808a678

File diff suppressed because it is too large
+ 4 - 0
huimv-farm-datacenter-egg/huimv-farm-video/src/main/java/com/huimv/video/dhicc/icc/CommonConstant.java


+ 1 - 1
huimv-farm-datacenter-egg/huimv-farm-video/src/main/java/com/huimv/video/dhicc/util/GetResponse.java

@@ -267,7 +267,7 @@ public class GetResponse {
         params.put("alarmType", 303);
         params.put("dbType", 0);
         params.put("deviceCategory", 1);
-        params.put("nodeCodeList", CommonConstant.DoorChannle);
+        params.put("nodeCodeList", CommonConstant.EggDoorChannle);
         String URL = "/evo-apigw/evo-event/1.0.0/alarm-record/count-num";  //获取事件URL    post请求
         IClient iClient = new DefaultClient();
         String NewUrl = URL;

+ 1 - 0
huimv-farm-datacenter-egg/pom.xml

@@ -105,6 +105,7 @@
             <artifactId>fastjson</artifactId>
             <version>1.2.28</version>
         </dependency>
+
 <!--                <dependency>-->
 <!--                    <groupId>com.huimv</groupId>-->
 <!--                    <artifactId>huimv-common</artifactId>-->