refactor: 分页响应数据结构调整

This commit is contained in:
Ray.Hao
2026-02-11 22:33:33 +08:00
parent 6f4e4eb6d6
commit 3a35b24476
6 changed files with 21 additions and 31 deletions

View File

@@ -102,7 +102,7 @@ public class RoleController {
}
@Operation(summary = "获取角色的菜单ID集合")
@GetMapping("/{roleId}/menuIds")
@GetMapping("/{roleId}/menu-ids")
public Result<List<Long>> getRoleMenuIds(
@Parameter(description = "角色ID") @PathVariable Long roleId
) {