xiangpei
2025-06-03 95f8eda23ff06243e68d33769c5e68f6f6de2c4b
buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -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);
    }
}