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 |   16 +++++++++++++++-
 1 files changed, 15 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 2592ed4..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);
 
     /**
      * 骞冲彴绔棰戝垎椤�
@@ -297,4 +303,12 @@
      * @return
      */
     Result esSearch(VideoEsQuery query);
+
+    /**
+     * 鑾峰彇鎾斁璁板綍
+     *
+     * @param query
+     * @return
+     */
+    Result getHistoryPage(VideoHistoryQuery query);
 }

--
Gitblit v1.8.0