GET api/UploadImg/CheckToken?token={token}
“CheckToken”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| token | “token”的文档。 |
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/TaiShengShi.Models.UploadImgSys"> <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>