From 1a7a278e32123023fa43bdaa274da778c27b80a0 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 06 十一月 2025 16:34:48 +0800
Subject: [PATCH] 除了视频外需要校验用户是否自己点击了自己的分享
---
framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java b/framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java
index f3c9054..51ec12f 100644
--- a/framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java
+++ b/framework/src/main/java/cn/lili/modules/goods/service/GoodsService.java
@@ -13,6 +13,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.springframework.web.bind.annotation.RequestBody;
+import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import java.util.List;
@@ -199,4 +200,6 @@
void addGoodsCommentNum(Integer commentNum, String goodsId);
+
+ void queryExportGoods(HttpServletResponse response, GoodsSearchParams searchParams);
}
--
Gitblit v1.8.0