API 参考
用户登录
🔓 无需鉴权
POST
/api/user/loginRequest Body
application/json
username?stringpassword?stringResponse Body
curl -X POST "https://ai-tokens.space/api/user/login" \ -H "Content-Type: application/json" \ -d '{}'Empty
API 参考
🔓 无需鉴权
/api/user/loginapplication/json
username?stringpassword?stringcurl -X POST "https://ai-tokens.space/api/user/login" \ -H "Content-Type: application/json" \ -d '{}'