| | |
| | | *用于设置广播的自定播放和停止 |
| | | * @return |
| | | */ |
| | | public static BaseResponse<BaseListPageResponse<LedRecordsInfoResponse>> customBroadcast(LedRecordsRequest param){ |
| | | public static BaseResponse<BaseListPageResponse<LedRecordsInfoResponse>> customBroadcast(CustomBroadcastRequest param){ |
| | | log.info("【海康用于设置广播的自定播放和停止】================开始===="+JSONObject.toJSONString(param)); |
| | | try { |
| | | String res = HKTools.customBroadcast(JSONObject.toJSONString(param)); |
| | |
| | | public static BaseResponse<BaseListPageResponse<PlatformStatusInfoResponse>> platformStatus(PlatformStatusRequest param) { |
| | | log.info("【海康获取全部月台信息】================开始====" + JSONObject.toJSONString(param)); |
| | | try { |
| | | String res = HKTools.platformStatus(JSONObject.toJSONString(param)); |
| | | String res = HKTools.platformStatus(param.getPlatformIds()); |
| | | TypeReference typeReference = |
| | | new TypeReference<BaseResponse<BaseListPageResponse<PlatformStatusInfoResponse>>>() { |
| | | }; |