Browse Source

商品品牌列表

chao 4 năm trước cách đây
mục cha
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();
     }