- 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
事件id
status
integer | null
必需
handleOpinion
string | null
处置意见
eventCategory
string | null
事件分类
accessories
array[string] | null
附件
voiceAccessory
string | null
声音附件
content
object (Object)
可选
派遣:dispatchers 数组
转派:areaCode 字符串
示例
{
"id": "string",
"status": 0,
"handleOpinion": "string",
"eventCategory": "string",
"accessories": [
"string"
],
"voiceAccessory": "string",
"content": {}
}
示例代码
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/app/event/handle' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"status": 0,
"handleOpinion": "string",
"eventCategory": "string",
"accessories": [
"string"
],
"voiceAccessory": "string",
"content": {}
}'
返回响应
🟢200成功
application/json
Body
status
boolean
可选
code
integer
可选
message
string
可选
exceMes
string
可选
requestId
string
可选
timestamp
integer <int64>
可选
result
null
可选
示例
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}
修改于 2024-03-29 01:47:51