server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/service/HKService.java
@@ -1097,7 +1097,7 @@ *用于设置广播的自定播放和停止 * @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));