GET api/DataExport/Login?mobile={mobile}&pwd={pwd}
“Login”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mobile | “mobile”的文档。 |
Define this parameter in the request URI. |
| pwd | “pwd”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Id": 3,
"Name": "sample string 4",
"Mobile": "sample string 5",
"Rank": "sample string 6"
}
application/xml, text/xml
Sample:
<LoginResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models.HCR"> <Id>3</Id> <Message>sample string 2</Message> <Mobile>sample string 5</Mobile> <Name>sample string 4</Name> <Rank>sample string 6</Rank> <Success>true</Success> </LoginResultModel>