- WEB端
- 事件管理
- 大屏
- 字典管理
- 文件操作
- 角色相关
- 资源管理
- 权限管理
- 管理员
- 公共类
- 地址管理
- 组织管理
- 台账管理
- 用户相关
- 聚沙码管理
- 智能坐席
- 我的文件
- 执 法设备
- 执法平台
- 班组管理
- 坐席分配
- 内部使用
- 小程序端
- 定时任务
- WebSocket
- 浙政钉相关
- WebSocket链接
添加管理员
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
POST
https://eventsys-test-d-browser.gogen.cn/eventSys
请求参数
Body 参数application/json
id
string | null
可选
name
string
姓名
mobile
string
手机
idCardNumber
string | null
身份证号
permissions
array[object (AccountPermissionDTO) {8}] | null
权限
id
string | null
可选
accountId
string | null
可选
orgCode
string | null
可选
roleId
string | null
可选
permissionName
string | null
权限名称
identityTag
string | null
可选
roleName
string | null
可选
ranges
array[object (PermissionRangeDTO) {3}] | null
数据范围
示例
{
"id": "string",
"name": "string",
"mobile": "string",
"idCardNumber": "string",
"permissions": [
{
"id": "string",
"accountId": "string",
"orgCode": "string",
"roleId": "string",
"permissionName": "string",
"identityTag": "string",
"roleName": "string",
"ranges": [
{
"dataName": "string",
"dataType": 0,
"dataId": "string"
}
]
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/account/addManage' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"mobile": "string",
"idCardNumber": "string",
"permissions": [
{
"id": "string",
"accountId": "string",
"orgCode": "string",
"roleId": "string",
"permissionName": "string",
"identityTag": "string",
"roleName": "string",
"ranges": [
{
"dataName": "string",
"dataType": 0,
"dataId": "string"
}
]
}
]
}'
返回响应
🟢200成功
application/json
Body
status
boolean | null
可选
code
integer | null
可选
message
string | null
可选
exceMes
string | null
可选
requestId
string | null
可选
timestamp
integer | null
可选
result
object (Object)
可选
示例
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": {}
}
修改于 2023-12-28 03:14:49