From c1125c45cc9171a1848ef4caa976e77eceea3215 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 02 七月 2025 10:39:34 +0800
Subject: [PATCH] insert 覆盖模式添加购物车
---
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 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 5028bbf..0671480 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,6 +1,7 @@
package cn.lili.modules.lmk.service;
import cn.lili.group.Add;
+import cn.lili.modules.lmk.domain.entity.MyCollect;
import cn.lili.modules.lmk.domain.entity.Video;
import cn.lili.modules.lmk.domain.form.*;
import cn.lili.modules.lmk.domain.query.*;
@@ -126,6 +127,10 @@
Result healthRecommendVideo(WxHealthVideoQuery query);
+ Result kitchenTypeList();
+
+ Result kitchenRecommendVideo(WxKitchenVideoQuery query);
+
/**
* 鎵归噺鏇存柊瑙嗛鏀惰棌鏁伴噺
*
@@ -230,4 +235,34 @@
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);
+
+ /**
+ * mq鎵ц瑙嗛鏀惰棌/鍙栨秷鏀惰棌
+ *
+ * @param collect
+ */
+ void mqCollectChange(MyCollect collect);
}
--
Gitblit v1.8.0