diff --git a/src/main/java/com/guwan/backend/dto/video/VideoUploadDTO.java b/src/main/java/com/guwan/backend/dto/video/VideoUploadDTO.java deleted file mode 100644 index aee773f..0000000 --- a/src/main/java/com/guwan/backend/dto/video/VideoUploadDTO.java +++ /dev/null @@ -1,19 +0,0 @@ -package com.guwan.backend.dto.video; - -import io.swagger.v3.oas.annotations.Parameter; -import io.swagger.v3.oas.annotations.media.Schema; -import lombok.Data; -import org.springframework.web.bind.annotation.RequestParam; - -@Schema(description = "视频上传DTO") -@Data -public class VideoUploadDTO { - @Schema(description = "视频文件地址") - String fileUrl; - @Schema(description = "视频标题") - String title; - @Schema(description = "视频描述") - String description; - @Schema(description = "视频标签,多个用逗号分隔", nullable = true) - String tags; -} diff --git a/src/main/java/com/guwan/backend/websocket/LiveChatHandler.java b/src/main/java/com/guwan/backend/websocket/LiveChatHandler.java deleted file mode 100644 index 0519ecb..0000000 --- a/src/main/java/com/guwan/backend/websocket/LiveChatHandler.java +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/main/java/com/guwan/backend/websocket/WebSocketAuthInterceptor.java b/src/main/java/com/guwan/backend/websocket/WebSocketAuthInterceptor.java deleted file mode 100644 index 0519ecb..0000000 --- a/src/main/java/com/guwan/backend/websocket/WebSocketAuthInterceptor.java +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/main/java/com/guwan/backend/websocket/message/ChatMessage.java b/src/main/java/com/guwan/backend/websocket/message/ChatMessage.java deleted file mode 100644 index 0519ecb..0000000 --- a/src/main/java/com/guwan/backend/websocket/message/ChatMessage.java +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file