user

Gets UserLoginResponse and a new JWT Token, output http code 200 and json response

Gets UserLoginResponse and a new JWT Token

post/v2/me

Headers

Authorizationstring required

With the bearer started

Response

success, the list in Data is model.UserLoginResponse

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}

Changes