From 45fccac802160458965a727bb21056abfc3bc528 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 03 六月 2025 18:40:15 +0800
Subject: [PATCH] 视频主页-视频播放接口适配

---
 buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java b/buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
index f9ad281..9b3a130 100644
--- a/buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
+++ b/buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -69,7 +69,7 @@
 
     @GetMapping("/recommend")
     @ApiOperation(value = "瑙嗛鎺ㄨ崘", notes = "瑙嗛鎺ㄨ崘")
-    public Result recommendVideo(AbsQuery query) {
+    public Result recommendVideo(VideoQuery query) {
         return videoService.recommendVideo(query);
     }
 
@@ -90,4 +90,10 @@
     public Result getAuthorVideoPage(AuthorVideoQuery query) {
         return videoService.getAuthorVideoPage(query);
     }
+
+    @GetMapping("/author-collect-video-page")
+    @ApiOperation(value = "鑾峰彇瑙嗛涓婚〉浣滆�呮敹钘忕殑瑙嗛鍒嗛〉", notes = "鑾峰彇瑙嗛涓婚〉浣滆�呮敹钘忕殑瑙嗛鍒嗛〉")
+    public Result getAuthorCollectVideoPage(AuthorVideoQuery query) {
+        return videoService.getAuthorCollectVideoPage(query);
+    }
 }

--
Gitblit v1.8.0