|
@@ -74,10 +74,10 @@ public class EventController {
|
|
|
String apiPath = "/api/eventService/v1/eventSubscriptionByEventTypes";
|
|
|
JsonObject paramJson = new JsonObject();
|
|
|
|
|
|
- eventList.add(196893);
|
|
|
-
|
|
|
-
|
|
|
- paramJson.addProperty("eventDest", hikvisionConfig.getPeopleUrl());
|
|
|
+
|
|
|
+ eventList.add(771760131);
|
|
|
+ eventList.add(771760134);
|
|
|
+ paramJson.addProperty("eventDest", hikvisionConfig.getCarUrl());
|
|
|
|
|
|
paramJson.add("eventTypes", eventList);
|
|
|
|