feat(api): 建立前后端接口契约壳子

This commit is contained in:
2026-08-27 11:37:17 +08:00
parent 08e4aeea0c
commit ce155b27f4
15 changed files with 2005 additions and 38 deletions
+2
View File
@@ -13,3 +13,5 @@ uv run uvicorn app.main:app --reload --host 127.0.0.1 --port 8000
- 健康检查:<http://127.0.0.1:8000/health>
- API 文档:<http://127.0.0.1:8000/docs>
团队接口清单见 `../docs/后端接口契约-开发版.md`,机器可读契约以运行时的 `/openapi.json` 为准。