feat(center-nodes): add paginated node listing

This commit is contained in:
nav
2026-05-12 08:51:01 +00:00
parent e381679165
commit e10d225063
2 changed files with 22 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
- [x] `POST /nodes/register` shared-secret 校验
- [x] node 唯一性校验nodeId/endpoint
- [ ] node 状态模型active/offline/revoked
- [ ] `GET /nodes` 列表 + 分页
- [x] `GET /nodes` 列表 + 分页
- [ ] node 心跳接口(可选)
### 1.3 Center 运维能力