| | |
| | | */ |
| | | IPage recommendVideo(IPage page, @Param("query") VideoQuery query); |
| | | |
| | | WxVideoVO recommendVideoByVideoId( @Param("query") VideoQuery query); |
| | | |
| | | List<WxVideoVO> recommendVideoList(@Param("query") VideoQuery query); |
| | | |
| | | IPage recommendHealthVideo(IPage page, @Param("query") WxHealthVideoQuery query); |
| | |
| | | */ |
| | | VideoAccountVO getAuthorInfo(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId); |
| | | |
| | | VideoAccountVO getAuthorInfoAdmin(@Param("authorId") String authorId, @Param("currentUserId") String currentUserId); |
| | | |
| | | /** |
| | | * 获取作者的所有视频id |
| | | * |