| | |
| | | return result; |
| | | } |
| | | |
| | | |
| | | public static String startDoPostStringArtemis(String[] pathStr,Map<String, String> querys,Map<String, String> header,String body){ |
| | | Map<String, String> path = getPath(pathStr[0]); |
| | | header.put("tagId","frs"); |
| | |
| | | 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 |