- 产品介绍
- 系统模块
- user
- role
- tenant
- post
- dict
- dept
- config
- api
- systemApi
- systemDepartment
- menu
- systemRole
- systemRoleApi
- systemRoleMenu
- admin
- notice
- /systemGET
- /system/serverGET
- 获取验证码GET
- 日志模块
- 代码生成
- 可视化
- 功能模块
- 模拟设备
- gb28181测试
- 设备管理
- 设备告警
- 设备命令
- 设备分组
- 产品OTA
- 产品管理
- 产品分类
- 产品参数模板
- 边缘管理
- 任务调度
- 任务日志
- 日志信息
- 规则链
- 规则链日志
- system
- 摄像头通道
- 摄像头
- 摄像头视频流
- datasetfield
- datasettable
- datasource
- screen
- datasetgroup
获取个人信息
GET
/system/user/me
system用户
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://101.35.247.125:7788/system/user/me'
返回响应
🟢200OK
application/json
Body
data
必需
organizations
array[object (entity.SysOrganization) {14}]
必需
children
array[object (entity.SysOrganization) {14}]
必需
createBy
string
必需
createTime
string <date-time>
必需
email
string
必需
leader
string
必需
organizationId
integer <int64>
必需
organizationName
string
必需
organizationPath
string
必需
parentId
integer <int64>
必需
phone
string
必需
sort
integer <int64>
必需
status
string
必需
updateBy
string
必需
updateTime
string <date-time>
必需
postIds
string
必需
posts
array[object (entity.SysPost) {10}]
必需
createBy
string
必需
createTime
string <date-time>
必需
postCode
string
必需
postId
integer <int64>
必需
postName
string
必需
remark
string
必需
sort
integer <int64>
必需
status
string
必需
updateBy
string
必需
updateTime
string <date-time>
必需
roleIds
string
必需
roles
array[object (entity.SysRole) {14}]
必需
apiIds
array[object (casbin.CasbinRule) {8}]
必需
createBy
string
必需
createTime
string <date-time>
必需
dataScope
string
必需
menuIds
array[integer]
必需
organizationIds
array[integer]
必需
remark
string
必需
roleId
integer <int64>
必需
roleKey
string
必需
roleName
string
必需
roleSort
integer <int64>
必需
status
string
必需
updateBy
string
必需
updateTime
string <date-time>
必需
示例
{
"data": null,
"organizations": [
{
"children": [
{}
],
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"email": "string",
"leader": "string",
"organizationId": 0,
"organizationName": "string",
"organizationPath": "string",
"parentId": 0,
"phone": "string",
"sort": 0,
"status": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"postIds": "string",
"posts": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"postCode": "string",
"postId": 0,
"postName": "string",
"remark": "string",
"sort": 0,
"status": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"roleIds": "string",
"roles": [
{
"apiIds": [
{
"id": 0,
"method": "string",
"path": "string",
"ptype": "string",
"roleKey": "string",
"v3": "string",
"v4": "string",
"v5": "string"
}
],
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"dataScope": "string",
"menuIds": [
0
],
"organizationIds": [
0
],
"remark": "string",
"roleId": 0,
"roleKey": "string",
"roleName": "string",
"roleSort": 0,
"status": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
]
}