@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:27:05 GMT server: uvicorn ### POST http://127.0.0.1:8080/set_info content-type: application/json { "sessionId": "a1002", "timeStamp": "202503310303", "key": "hphm1", "value": "沪A8939" } HTTP/1.1 200 - OK connection: close content-length: 70 content-type: application/json date: Thu, 08 Jan 2026 09:27:00 GMT server: uvicorn ### DELETE http://127.0.0.1:8080/delete_session content-type: application/json { "sessionId": "a1002", "timeStamp": "202503310303" } HTTP/1.1 200 - OK connection: close content-length: 70 content-type: application/json date: Thu, 08 Jan 2026 09:27:24 GMT server: uvicorn