refactor(auth): remove project-local user API

This commit is contained in:
2026-08-03 10:39:41 +08:00
parent f010f071eb
commit b6a6527bab
13 changed files with 17 additions and 558 deletions
-4
View File
@@ -305,7 +305,6 @@ GET /getjson/
app/api/v1/endpoints/snapshots.py
app/api/v1/endpoints/cache.py
app/api/v1/endpoints/audit.py
app/api/v1/endpoints/users.py
```
这些接口不纳入首批 Agent CLI。原因是它们更偏运维、审计或状态回滚,不属于 Agent 面向水务业务分析的核心调用范围。
@@ -335,9 +334,6 @@ POST /clearallredis/
GET /audit/logs
GET /audit/logs/my
GET /audit/logs/count
GET /getuserschema/
GET /getuser/
GET /getallusers/
```
## Help