GET api/UserAuth?username={username}&pwd={pwd}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| pwd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfUserLoginOut| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | UserLoginOut |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"UserToken": "sample string 1"
}
}
application/xml, text/xml
Sample:
<ApiResultOfUserLoginOutAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />