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