POST Login

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
login
“login”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "PassWord": "sample string 2",
  "Device": "sample string 3"
}

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",
    "UserIdMd5": "sample string 2",
    "PassWordMd5": "sample string 3",
    "NetName": "sample string 4",
    "Utype": 5,
    "Uright": "sample string 6",
    "Grade": "sample string 7",
    "Face": "sample string 8",
    "CompanyName": "sample string 9",
    "Gender": "sample string 10",
    "Address": "sample string 11",
    "TypeId": "sample string 12"
  },
  "Msg": "sample string 2"
}