From be0fc5c20dde87d7abb53f6537ba64743cd4cf52 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 23 六月 2025 21:03:34 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-java into dev

---
 framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java |  149 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 138 insertions(+), 11 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 5f0ce49..f81ad39 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
@@ -1,16 +1,15 @@
 package cn.lili.modules.lmk.service;
 
-import cn.lili.base.AbsQuery;
+import cn.lili.group.Add;
 import cn.lili.modules.lmk.domain.entity.Video;
-import cn.lili.modules.lmk.domain.form.VideoAuditingForm;
-import cn.lili.modules.lmk.domain.form.VideoDownForm;
-import cn.lili.modules.lmk.domain.form.VideoRecommendForm;
-import cn.lili.modules.lmk.domain.query.ManagerVideoQuery;
+import cn.lili.modules.lmk.domain.form.*;
+import cn.lili.modules.lmk.domain.query.*;
 import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
 import com.baomidou.mybatisplus.extension.service.IService;
 import cn.lili.base.Result;
-import cn.lili.modules.lmk.domain.form.VideoForm;
-import cn.lili.modules.lmk.domain.query.VideoQuery;
+import org.springframework.validation.annotation.Validated;
+import org.springframework.web.bind.annotation.RequestBody;
+
 import java.util.List;
 
 /**
@@ -26,14 +25,14 @@
      * @param form
      * @return
      */
-    Result add(VideoForm form);
+    Result add(WxVideoForm form);
 
     /**
      * 淇敼
      * @param form
      * @return
      */
-    Result update(VideoForm form);
+    Result update(WxVideoForm form);
 
     /**
      * 鎵归噺鍒犻櫎
@@ -75,7 +74,7 @@
      * @param form
      * @return
      */
-    Result publish(VideoForm form);
+    Result publish(WxVideoForm form);
 
     /**
      * 骞冲彴绔棰戝垎椤�
@@ -121,8 +120,15 @@
      * 灏忕▼搴忕鐨勮棰戞帹鑽愭帴鍙�
      *
      * @return
+     * @param query
      */
-    Result recommendVideo(AbsQuery query);
+    Result recommendVideo(VideoQuery query);
+
+    Result healthRecommendVideo(WxHealthVideoQuery query);
+
+    Result kitchenTypeList();
+
+    Result kitchenRecommendVideo(WxKitchenVideoQuery query);
 
     /**
      * 鎵归噺鏇存柊瑙嗛鏀惰棌鏁伴噺
@@ -130,4 +136,125 @@
      * @param numList
      */
     void updateCollectNumBatch(List<CollectTypeNumVO> numList);
+
+    /**
+     * 鎵归噺鏇存柊瑙嗛璇勮鏁伴噺
+     *
+     * @param numList
+     */
+    void updateCommentNumBatch(List<CollectTypeNumVO> numList);
+
+    /**
+     * 淇濆瓨瑙嗛瑙傜湅璁板綍
+     *
+     * @param form
+     * @return
+     */
+    Result saveViewRecord(VideoFootPrintForm form);
+
+    /**
+     * 鑾峰彇瑙嗛涓婚〉浣滆�呬俊鎭�
+     *
+     * @param authorId
+     * @return
+     */
+    Result getAuthorInfo(String authorId);
+
+    /**
+     * 鑾峰彇瑙嗛涓婚〉浣滆�呰棰戝垎椤�
+     *
+     * @param query
+     * @return
+     */
+    Result getAuthorVideoPage(AuthorVideoQuery query);
+
+    /**
+     * 鑾峰彇瑙嗛涓婚〉浣滆�呮敹钘忚棰戝垎椤�
+     *
+     * @param query
+     * @return
+     */
+    Result getAuthorCollectVideoPage(AuthorVideoQuery query);
+
+    /**
+     * 淇濆瓨瑙嗛涓婚〉鐨勪釜浜轰俊鎭慨鏀�
+     *
+     * @param form
+     * @return
+     */
+    Result homePageInfoEdit(VideoHomePageInfoForm form);
+
+    /**
+     * 灏忕▼搴�-瑙嗛璇︽儏
+     *
+     * @param id
+     * @return
+     */
+    Result wxDetail(String id);
+
+    /**
+     * 澶у仴搴疯棰戝彂甯�
+     *
+     * @param form
+     * @return
+     */
+    Result healthVideo(HealthVideoForm form);
+    /**
+     * 淇敼澶у仴搴疯棰�
+     *
+     * @param form
+     * @return
+     */
+    Result updateHealthVideo(HealthVideoForm form);
+    /**
+     * 澶у仴搴疯棰戝垪琛�
+     *
+     * @param query
+     * @return
+     */
+    Result healthPage(HealthVideoQuery query);
+    /**
+     * 鍒犻櫎澶у仴搴疯棰�
+
+     * @param id 涓婚敭id
+     * @return
+     */
+    Result delHealth(String id);
+
+    Result addKitchenVideo( KitchenVideoForm form);
+
+    Result updateKitchenVideo( KitchenVideoForm form);
+    /**
+     * 鍘ㄧ瑙嗛鍒楄〃
+     *
+     * @param query
+     * @return
+     */
+    Result KitchenVideoQuery(KitchenVideoQuery query);
+
+    Result delKitchen(String id);
+
+    /**
+     * 瑙嗛鍟嗗搧鏌ョ湅
+     *
+     * @param videoId
+     * @return
+     */
+    Result getGoodsDetail(String videoId);
+
+    /**
+     * 鐢ㄦ埛涓嬫灦瑙嗛
+     *
+     * @param id
+     * @return
+     */
+    Result buyerDownVideo(String id);
+
+    /**
+     * 淇敼瑙嗛
+     *
+     * @param form
+     * @return
+     */
+    Result updatePublish(WxVideoForm form);
 }

--
Gitblit v1.8.0