🤖 护肤智能客服 - 优化版API服务

551
语料库记录数
100%
测试准确率
<5ms
平均响应时间

📡 API端点

GET /health

健康检查端点

curl http://localhost:8093/health

GET /status

系统状态信息

curl http://localhost:8093/status

GET /ask?question=你的问题

GET方式提问

curl "http://localhost:8093/ask?question=A醇怎么用?"

POST /ask

POST方式提问

curl -X POST http://localhost:8093/ask -H "Content-Type: application/json" -d '{"question": "油性皮肤怎么护理?"}'

POST /qa

护肤问答API(推荐)

curl -X POST http://localhost:8093/qa -H "Content-Type: application/json" -d '{"question": "防晒霜怎么选择?", "user_id": "test_user"}'

POST /wecom/callback

企业微信回调接口

curl -X POST http://localhost:8093/wecom/callback -H "Content-Type: application/json" -d '{"MsgType": "text", "Content": "你的问题"}'

📊 系统信息

🔧 技术特性

🚀 优化版护肤智能客服 - 基于551条高质量护肤问答,提供专业、准确、快速的护肤咨询服务。