GET api/Account/CheckLogin
检测是否登录
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
检测是否登录
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| tip | string |
None. |
|
| obj | Object |
None. |
|
| data | Object |
None. |
|
| id | integer |
None. |
|
| locate | string |
None. |
|
| PayMoney | decimal number |
None. |
|
| sessionId | string |
None. |
|
| token | string |
None. |
|
| body | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"tip": "sample string 2",
"obj": {},
"data": {},
"id": 5,
"locate": "sample string 6",
"PayMoney": 7.0,
"sessionId": "sample string 8",
"token": "sample string 9",
"body": {}
}