| | |
| | | * 区域入侵 131588 |
| | | * 徘徊侦测 131590 |
| | | * 人员聚集 131593 |
| | | * 监控点离线 889196545 |
| | | */ |
| | | public static List<String> videoList = new ArrayList<>() |
| | | {{ |
| | |
| | | add("131588"); |
| | | add("131590"); |
| | | add("131593"); |
| | | add("889196545"); |
| | | }}; |
| | | |
| | | /** |
| | |
| | | put("131590","loitering"); |
| | | put("131593","group"); |
| | | }}; |
| | | |
| | | /** |
| | | * 海康事件图片基础路径 |
| | | */ |
| | | public static Map<String,String> picUrlMap = new HashMap() |
| | | {{ |
| | | put("test","https://sk.hubeishuiyi.cn/haikEventSfImg"); |
| | | put("dev","https://sk.hubeishuiyi.cn/haikEventSfImg"); |
| | | put("prod","https://sk.hubeishuiyi.cn/haikEventSfImg"); |
| | | }}; |
| | | } |