Login Action
Login Action
Requestβ
POST /rest/v1/login
Descriptionβ
Used to log in to the service.
Path parametersβ
None
Query parametersβ
None
Request bodyβ
None
Responseβ
Login success
{
"msg": "Login success!",
"code": 200
}Login failure
{
"msg": "Error msg...",
"code": xxx,
"data": "Error data...",
"count": 0
}