|
@@ -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;
|