| | |
| | | * @return |
| | | */ |
| | | public static String acsDeviceTimeRangeList(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.acsDeviceList,body); |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.acsDeviceTimeRangeList,body); |
| | | } |
| | | /** |
| | | * 访客预约 |
| | |
| | | * @param body |
| | | * @return |
| | | */ |
| | | public static String platformStatus(String body) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.platformStatus,body); |
| | | public static String platformStatus(String param) { |
| | | return startDoPostStringArtemis(HKConstants.InterfacePath.platformStatus+"?platformIds="+param,null); |
| | | } |
| | | /** |
| | | * 获取月台组件配置的LED设备清单 |