@baseUrl = http://127.0.0.1:8080 ### GET http://127.0.0.1:8080 HTTP/1.1 200 - OK connection: close content-length: 32 content-type: application/json date: Thu, 08 Jan 2026 08:58:09 GMT server: uvicorn ### POST http://127.0.0.1:8080/chat content-type: application/json { "sessionId": "a1002", "timeStamp": "202503310303", "text": "【拍摄完成】" } HTTP/1.1 200 - OK connection: close content-length: 205 content-type: application/json date: Thu, 08 Jan 2026 08:59:37 GMT server: uvicorn ### POST http://127.0.0.1:8080/get_info content-type: application/json { "sessionId": "a1002", "timeStamp": "202503310303", "key": "hphm1" } HTTP/1.1 200 - OK connection: close content-length: 97 content-type: application/json date: Thu, 08 Jan 2026 09:26:31 GMT server: uvicorn ### POST http://127.0.0.1:8080/set_info content-type: application/json { "sessionId": "a0009", "timeStamp": "202503310303", "key": "hphm1", "value": "沪A8938" } HTTP/1.1 200 - OK connection: close content-length: 70 content-type: application/json date: Thu, 08 Jan 2026 09:25:49 GMT server: uvicorn ### DELETE http://127.0.0.1:8000/delete_session content-type: application/json { "sessionId": "a0009", "timeStamp": "202503310303" } HTTP/1.1 200 - OK date: Fri, 20 Jun 2025 05:56:25 GMT server: uvicorn content-length: 70 content-type: application/json connection: close