登录

接口地址:/console/login

请求方式 post

参数:

  • username 用户名

  • passwd 密码

返回格式:

{
    "code": 1,
    "data": {
        "token": "xxxxxsf"
    },
    "msg": "success"
}

Last updated

Was this helpful?