POST SNSLogin

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
snsLoginModel
“snsLoginModel”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "snsType": 1,
  "snsID": "sample string 2",
  "nickName": "sample string 3",
  "face": "sample string 4",
  "token": "sample string 5",
  "IP": "sample string 6",
  "device": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "EntityObject": {
    "userid": "sample string 1",
    "userpassword": "sample string 2",
    "netname": "sample string 3",
    "utype": 1,
    "uright": "sample string 4",
    "myface": "sample string 5",
    "grade": 1,
    "email": "sample string 6",
    "sex": "sample string 7",
    "sign": "sample string 8",
    "appset": "sample string 9"
  },
  "Msg": "sample string 2"
}