LLMEXLLMEX
API 参考
管理接口用户登陆注册

用户登录

🔓 无需鉴权

POST
/api/user/login

Request Body

application/json

username?string
password?string

Response Body

curl -X POST "https://loading/api/user/login" \  -H "Content-Type: application/json" \  -d '{}'
Empty

这篇文档对您有帮助吗?