Skip to content
简要描述
  • 查询当前用户账号信息
请求 URL
  • <prefix>/rest/support/client/whoiami
请求方式
  • GET
请求报文样例
GET {{host}}/rest/support/client/whoiami
Content-Type: {{contentType}}
hid:{{hid}}
返回示例
{
  "success": true,
  "retCode": 10000,
  "retMessage": "",
  "result": {
    "id": 21127,
    "username": "TooanClient",
    "describe": "客户端"
  }
}
返回参数说明
参数名类型说明
idint用户编号
usernamestring登录名称
describestring用户描述,姓名

Released under the MIT License.