peng
3 天以前 3cba7c6a9c1a9df84bf5289c5a5815fe5eab2261
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -62,7 +62,13 @@
     * @param form
     * @return
     */
    Result publish(WxVideoForm form);
    Result publish(WxVideoForm form);    /**
     * 发布视频
     *
     * @param form
     * @return
     */
    Result systemPublish(WxVideoForm form);
    /**
     * 平台端视频分页
@@ -163,6 +169,14 @@
     * @return
     */
    Result getAuthorCollectVideoPage(AuthorVideoQuery query);
    /**
     * 获取视频主页作者点赞视频分页
     *
     * @param query
     * @return
     */
    Result getAuthorLikeVideoPage(AuthorVideoQuery query);
    /**
     * 保存视频主页的个人信息修改
@@ -281,4 +295,20 @@
     * @param numList
     */
    void updateThumbsUpNumBatch(List<CollectTypeNumVO> numList);
    /**
     * 视频搜索-es
     *
     * @param query
     * @return
     */
    Result esSearch(VideoEsQuery query);
    /**
     * 获取播放记录
     *
     * @param query
     * @return
     */
    Result getHistoryPage(VideoHistoryQuery query);
}