finalize medical consultation agent backend

This commit is contained in:
刘金宝
2026-06-03 15:51:46 +08:00
parent 93d9e1c6a5
commit eb43573a44
33 changed files with 1063 additions and 281 deletions
+1
View File
@@ -75,6 +75,7 @@ def run_api_contract_tests() -> None:
assert auth_me.json()["data"]["user_id"] == "api_user_001"
assert auth_me.json()["data"]["source"] == "django_user_center"
assert auth_me.json()["data"]["display_name"] == "Swagger测试"
assert "department_id" in auth_me.json()["data"]
openapi = client.get("/openapi.json")
assert openapi.status_code == 200