latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

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"
}