peng
3 天以前 23d4943535b59e54de1399d159d0209638c68657
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -62,7 +62,15 @@
     * @param form
     * @return
     */
    Result publish(WxVideoForm form);
    Result publish(WxVideoForm form);    /**
     * 发布视频
     *
     * @param form
     * @return
     */
    Result systemPublish(WxVideoForm form);
    Result sysUpdatePublish(WxVideoForm form);
    /**
     * 平台端视频分页
@@ -297,4 +305,12 @@
     * @return
     */
    Result esSearch(VideoEsQuery query);
    /**
     * 获取播放记录
     *
     * @param query
     * @return
     */
    Result getHistoryPage(VideoHistoryQuery query);
}