latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

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