| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.pageSensorStatus,body); |
| | | } |
| | | /** |
| | | * 安防看板-今日告警事件-根据eventType字段3 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String ruleEventSearch(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.ruleEventSearch,body); |
| | | } |
| | | /** |
| | | * 安防看板-园区安防设备-各类型设备状态数据列表 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String getSecureDevStatusList(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.getSecureDevStatusList,body); |
| | | } |
| | | /** |
| | | * 统计园区总体的安防设备数量,在线数、在线率、离线数、离线率 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String getSecureDevStatusTotal(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.getSecureDevStatusTotal,body); |
| | | } |
| | | /** |
| | | * 获取月台状态 |
| | | * @return |
| | | */ |