POST api/Account/GetJwtToken

获取用户UserId

Request Information

URI Parameters

None.

Body Parameters

CheckTokenModel
NameDescriptionTypeAdditional information
Token

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckTokenModel'.

Response Information

Resource Description

获取用户UserId

ApiResult
NameDescriptionTypeAdditional 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": {}
}