POST api/Account/GetJwtToken
获取用户UserId
Request Information
URI Parameters
None.
Body Parameters
CheckTokenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
Token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取用户UserId
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": {}
}