user

Logging in with user

Log in with the following fields: email, password, type, output http code 200 and json response

post/v2/user/google_login

Request body

invite_codestring
platformstring
select_bystring
tokenstring required

Response

success, the list in Data is model.UserLoginResponseV2

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}

Changes