Parcourir la source

商品品牌列表

chao il y a 4 ans
Parent
commit
0a96ae243e

+ 2 - 1
src/main/java/com/caimei365/commodity/controller/ProductPageApi.java

@@ -85,7 +85,8 @@ public class ProductPageApi {
     /**
      * 商品品牌列表
      */
-    @GetMapping("brandList")
+    @ApiOperation("商品品牌列表(旧:/product/brandList)")
+    @GetMapping("brands")
     public ResponseJson<List<BrandVo>> getBrandList() {
         return pageService.getBrandList();
     }