feat: 添加获取项目所有token信息的API端点

- 添加新API端点以获取项目的所有token信息。
This commit is contained in:
2025-08-21 20:42:36 +08:00
parent 4db1f73a27
commit bc42d1d4f7

View File

@@ -8,3 +8,4 @@
| /reset | 更新token状态 | token、enable |
| /renewal | token续期 | token、days |
| /project | 获取项目列表 | |
| /all | 获取项目所有token信息 | project |