| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireStatistic,body); |
| | | } |
| | | /** |
| | | * 消防维保每月新增统计 |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String fireStatisticMonth(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.fireStatisticMonth,body); |
| | | } |
| | | /** |
| | | * 消防看板-消防设备在离线1 |
| | | * @param body |
| | | * @return |
| | |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.applyST,body); |
| | | } |
| | | |
| | | public static String getMenuUrl(String menuId, String token) { |
| | | public static String getMenuUrl(String componentId,String menuId, String token) { |
| | | String url = HKConstants.InterfacePath.goMenuUrl[0]; |
| | | url = url.replace("${menuId}", menuId).replace("${token}",token); |
| | | url = url.replace("${componentId}",componentId).replace("${menuId}", menuId).replace("${token}",token); |
| | | return url; |
| | | } |
| | | } |