xiangpei
4 天以前 54c9594e75f551702a6734c47c3d190e195564cd
buyer-api/src/main/java/cn/lili/controller/lmk/VideoController.java
@@ -119,6 +119,12 @@
        return videoService.getAuthorCollectVideoPage(query);
    }
    @GetMapping("/author-like-video-page")
    @ApiOperation(value = "获取视频主页作者点赞的视频分页", notes = "获取视频主页作者点赞的视频分页")
    public Result getAuthorLikeVideoPage(AuthorVideoQuery query) {
        return videoService.getAuthorLikeVideoPage(query);
    }
    @PostMapping("/home-page-info-edit")
    @ApiOperation(value = "保存视频主页的个人信息修改", notes = "保存视频主页的个人信息修改")
    public Result homePageInfoEdit(@RequestBody @Validated VideoHomePageInfoForm form) {