From 13faa6b31d14566d7505b4feb8b5742cc681fcf6 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 23 七月 2025 17:55:13 +0800 Subject: [PATCH] 后台发布视频 --- framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java index 96614ec..71b4f53 100644 --- a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java +++ b/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); /** * 骞冲彴绔棰戝垎椤� @@ -290,4 +296,19 @@ */ void updateThumbsUpNumBatch(List<CollectTypeNumVO> numList); + /** + * 瑙嗛鎼滅储-es + * + * @param query + * @return + */ + Result esSearch(VideoEsQuery query); + + /** + * 鑾峰彇鎾斁璁板綍 + * + * @param query + * @return + */ + Result getHistoryPage(VideoHistoryQuery query); } -- Gitblit v1.8.0