POST LoginMobileAndPassword
“Post”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| upd | “upd”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userid": "sample string 1",
"device": "sample string 2",
"password": "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",
"NetName": "sample string 2",
"Utype": 3,
"Face": "sample string 4",
"CompanyName": "sample string 5",
"TypeId": "sample string 6",
"sign": "sample string 7"
},
"Msg": "sample string 2"
}