| | |
| | | */ |
| | | public static final String presetsAdditionURLs = "/api/video/v1/presets/addition"; |
| | | |
| | | /** |
| | | * 删除监控点的预置点信息 |
| | | */ |
| | | public static final String presetsDeletionURLs = "/api/video/v1/presets/deletion"; |
| | | |
| | | /** |
| | | * 按事件类型订阅事件 |
| | | */ |
| | | public static final String eventSubscriptionByEventTypesURLs = "/api/eventService/v1/eventSubscriptionByEventTypes"; |
| | | |
| | | /** |
| | | * 按事件类型取消订阅 |
| | | */ |
| | | public static final String eventUnSubscriptionByEventTypesURLs = "/api/eventService/v1/eventUnSubscriptionByEventTypes"; |
| | | |
| | | /** |
| | | * 查询事件订阅信息 |
| | | */ |
| | | public static final String eventSubscriptionViewURLs = "/api/eventService/v1/eventSubscriptionView"; |
| | | |
| | | /** |
| | | * 区域的批量添加 |
| | | */ |
| | | public static final String batchAddURLs = "/api/resource/v1/region/batch/add"; |
| | | |
| | | |
| | | |
| | | |