From 04f674fc0a2f07346fa3eeeba86ce43f435251e0 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 11 八月 2025 16:57:12 +0800 Subject: [PATCH] 首页视频修改 --- framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 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 054521f..7ccd220 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,15 @@ * @param form * @return */ - Result publish(WxVideoForm form); + Result publish(WxVideoForm form); /** + * 鍙戝竷瑙嗛 + * + * @param form + * @return + */ + Result systemPublish(WxVideoForm form); + + Result sysUpdatePublish(WxVideoForm form); /** * 骞冲彴绔棰戝垎椤� @@ -163,6 +171,14 @@ * @return */ Result getAuthorCollectVideoPage(AuthorVideoQuery query); + + /** + * 鑾峰彇瑙嗛涓婚〉浣滆�呯偣璧炶棰戝垎椤� + * + * @param query + * @return + */ + Result getAuthorLikeVideoPage(AuthorVideoQuery query); /** * 淇濆瓨瑙嗛涓婚〉鐨勪釜浜轰俊鎭慨鏀� @@ -281,4 +297,20 @@ * @param numList */ void updateThumbsUpNumBatch(List<CollectTypeNumVO> numList); + + /** + * 瑙嗛鎼滅储-es + * + * @param query + * @return + */ + Result esSearch(VideoEsQuery query); + + /** + * 鑾峰彇鎾斁璁板綍 + * + * @param query + * @return + */ + Result getHistoryPage(VideoHistoryQuery query); } -- Gitblit v1.8.0