# CusServer **Repository Path**: North_Fan/cus-server ## Basic Information - **Project Name**: CusServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-28 - **Last Updated**: 2025-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README id d6b01dfe-be1a-4fbe-89a6-98b9fcf32a7a http://127.0.0.1:8010/docs addd_user { "name": "李明" } curl -X 'PUT' \ 'http://127.0.0.1:8010/update_user/d6b01dfe-be1a-4fbe-89a6-98b9fcf32a7a' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "age": 11 }' curl -X 'POST' \ 'http://127.0.0.1:8010/users/d6b01dfe-be1a-4fbe-89a6-98b9fcf32a7a/chats' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "messages": [ { "role": "user", "content": "我喜欢java" } ] }'