| | |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String fireDeviceStatusSearch(Map<String,String> body) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.fireDeviceStatusSearch,body); |
| | | public static String fireDeviceStatusSearch(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireDeviceStatusSearch,body); |
| | | } |
| | | /** |
| | | * 分页查询消防传感器部件状态 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String sensorStatusSearch(Map<String,String> body) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.sensorStatusSearch,body); |
| | | public static String sensorStatusSearch(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.sensorStatusSearch,body); |
| | | } |
| | | /** |
| | | * 询消防设备列表 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String fireChannelSearch(Map<String,String> body) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.fireChannelSearch,body); |
| | | public static String fireChannelSearch(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireChannelSearch,body); |
| | | } |
| | | |
| | | /** |
| | |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String fireDeviceSearch(Map<String,String> body) { |
| | | return startDoGetStringArtemis(HKConstants.InterfacePath.fireDeviceSearch,body); |
| | | public static String fireDeviceSearch(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireDeviceSearch,body); |
| | | } |
| | | /** |
| | | * 获取全量用户列表 |