| | |
| | | public static String fireStatistic(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireStatistic,body); |
| | | } |
| | | |
| | | |
| | | public static String sensorStatusStatistic(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.sensorStatusStatistic,body); |
| | | } |
| | | |
| | | /** |
| | | * 消防维保每月新增统计 |
| | | * @param body |
| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.findDeviceStatistics,body); |
| | | } |
| | | /** |
| | | * 【海康消防看板】根据条件查询目录下有权限的资源列表 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String resourcesByParams(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.resourcesByParams,body); |
| | | } |
| | | /** |
| | | *消防看板-4报警信息统计 |
| | | * @param body |
| | | * @return |