curl--location--request POST 'https://xledoo.com/v2/login' \
--form'account="leex"' \
--form'password="123456"'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
object|null
可选
userinfo
object
必需
示例
{"code":1,"msg":"Logged in successful","time":"1696951443","data":{"userinfo":{"id":1,"username":"leex","nickname":"Leex","mobile":"13888888888","avatar":"https://xledoo.com/assets/img/avatar.png","score":0,"token":"385fe215-40e4-4139-bb06-511dcc3f50d0","user_id":1,"createtime":1696951443,"expiretime":1699543443,"expires_in":2592000}}}