@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 ### POST http://127.0.0.1:8080/chat content-type: application/json { "sessionId": "a1100", "timeStamp": "202503310303", "text": "继续", "needFormTags": true } HTTP/1.1 200 - OK date: Wed, 17 Jun 2026 00:37:26 GMT server: uvicorn content-length: 274 content-type: application/json connection: close ### POST http://127.0.0.1:8080/get_info content-type: application/json { "sessionId": "a1002", "timeStamp": "202503310303", "key": "hphm1" } HTTP/1.1 200 - OK date: Wed, 17 Jun 2026 00:27:12 GMT server: uvicorn content-length: 108 content-type: application/json connection: close ### 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