GET api/Gateway/GetLoginInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LoginInfo
NameDescriptionTypeAdditional information
updateTime

date

None.

result

Result

None.

expires_in

integer

None.

access_token

string

None.

refresh_token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "updateTime": "2026-04-30T18:55:44.1257963+08:00",
  "result": {
    "isSuccess": true,
    "code": 2
  },
  "expires_in": 2,
  "access_token": "sample string 3",
  "refresh_token": "sample string 4"
}