peng
4 天以前 d4d9ea89dd109cb975eaa3412a15c5ff6e8d11dd
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -165,6 +165,14 @@
    Result getAuthorCollectVideoPage(AuthorVideoQuery query);
    /**
     * 获取视频主页作者点赞视频分页
     *
     * @param query
     * @return
     */
    Result getAuthorLikeVideoPage(AuthorVideoQuery query);
    /**
     * 保存视频主页的个人信息修改
     *
     * @param form
@@ -281,4 +289,12 @@
     * @param numList
     */
    void updateThumbsUpNumBatch(List<CollectTypeNumVO> numList);
    /**
     * 视频搜索-es
     *
     * @param query
     * @return
     */
    Result esSearch(VideoEsQuery query);
}