From 392b42c4891cf2e6beda57ab32c51598f290f4b7 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 14 三月 2025 20:56:27 +0800
Subject: [PATCH] bug修改

---
 ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java b/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java
index 642a5bf..4eb22e0 100644
--- a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java
+++ b/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java
@@ -25,13 +25,12 @@
 @RestController
 @RequestMapping("/forepart/goods-brand")
 @RequiredArgsConstructor
-@Api(value = "商品品牌接口", tags = "商品品牌接口", description = "商品品牌接口")
+@Api(value = "用戶端-商品品牌接口", tags = "用戶端-商品品牌接口", description = "用戶端-商品品牌接口")
 public class ForepartGoodsBrandController {
 
     @Resource
     private IGoodsBrandService iGoodsBrandService;
     @PostMapping("/getGoodsSeriesList")
-    @ResponseBody
     @ApiOperation(value = "用户端-商品筛选获取品牌")
     public R<List<GoodsBrand>> getGoodsSeriesList() {
         LambdaQueryWrapper<GoodsBrand> wrapper= Wrappers.lambdaQuery();

--
Gitblit v1.7.1