mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-21 20:37:11 +08:00
fix: 品牌分页列表前后端路径不一致问题修复
This commit is contained in:
parent
a1c68b15dc
commit
9bbb67bfc5
@ -32,7 +32,7 @@ public class PmsBrandController {
|
||||
private final BrandService brandService;
|
||||
|
||||
@Operation(summary = "品牌分页列表")
|
||||
@GetMapping("/pages")
|
||||
@GetMapping("/page")
|
||||
public PageResult getBrandPage(BrandPageQuery queryParams) {
|
||||
|
||||
// 查询参数
|
||||
|
Loading…
Reference in New Issue
Block a user