- WEB端
- 事件管理
- 大屏
- 字典管理
- 文件操作
- 角色相关
- 资源管理
- 权限管理
- 管理员
- 公共类
- 地址管理
- 组织管理
- 台账管理
- 用户相关
- 聚沙码管理
- 智能坐席
- 我的文件
- 执法设备
- 执法平台
- 班组管理
- 坐席分配
- 内部使用
- 小程序端
- 定时任务
- WebSocket
- 浙政钉相关
- WebSocket链接
我的个人信息
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
GET
https://eventsys-test-d-browser.gogen.cn/eventSys
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://eventsys-test-d-browser.gogen.cn/eventSys/app/user/myInfo'
返回响应
🟢200成功
application/json
Body
status
boolean | null
可选
code
integer | null
可选
message
string | null
可选
exceMes
string | null
可选
requestId
string | null
可选
timestamp
integer | null
可选
result
object (CurrentUserVO)
可选
id
string | null
可选
name
string | null
姓名
mobile
string | null
手机号
sysadmin
boolean | null
是否超级管理员
identityTag
string | null
可选
NORMAL 管理员 STREET 街道 COMMUNITY 社区 POLICE_STATION 派出所
permList
array[object (AccountPermissionVO) {7}] | null
账号权限
permCode
array[string] | null
权限code
示例
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": {
"id": "",
"name": "",
"mobile": "",
"sysadmin": false,
"identityTag": "",
"permList": [
{
"id": "",
"permissionName": "",
"orgId": "",
"orgName": "",
"roleId": "",
"roleName": "",
"checked": false
}
],
"permCode": [
""
]
}
}
修改于 2024-02-01 05:50:48