POST api/AdminLogin/Logout
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AdminResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Object |
None. |
|
| arr | Collection of Object |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": null,
"arr": null,
"message": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.