Files
ZNJJ-api-server/test/api/fastapi.http
Xin Wang ffd3bf0385 Update environment configuration and enhance API endpoints
- Changed ANALYSIS_SERVICE_URL to localhost for local development.
- Updated ANALYSIS_AUTH_TOKEN and APP_ID for improved security.
- Added new functions in endpoints.py for form extraction and stage code normalization.
- Enhanced chat handling to support form updates and improved event streaming.
- Updated models to include new fields for form update handling.
2026-06-17 11:36:42 +08:00

75 lines
1.4 KiB
HTTP

@baseUrl = http://127.0.0.1:8080
###
GET http://127.0.0.1:8080
HTTP/1.1 200 - OK
date: Wed, 17 Jun 2026 00:37:02 GMT
server: uvicorn
content-length: 32
content-type: application/json
connection: close
###