Files
ZNJJ-api-server/test/api/fastapi.http
Xin Wang aa2768acc0 Update API request structure in fastapi.http
- Replaced hardcoded URLs with a base URL variable for better configurability.
- Updated request payloads to use sessionId and timeStamp variables.
- Enhanced the chat request with new parameters: needFormUpdate and useTextChunk.
- Adjusted response content types and lengths for consistency.
- Updated timestamps in response headers for accuracy.
2026-06-18 10:45:33 +08:00

72 lines
1.4 KiB
HTTP

@baseUrl = http://101.89.108.122:8000
@sessionId = a1103
@timeStamp = 202603310303
###
GET {{baseUrl}}
HTTP/1.1 200 - OK
date: Thu, 18 Jun 2026 02:37:30 GMT
server: uvicorn
content-length: 32
content-type: application/json
connection: close
###