From 6b9219eb620f58af063b32be1d9f47cfd62b1c5f Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 31 七月 2025 17:27:35 +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