- 部门信息
- 菜单信息
- 岗位信息操作处理
- 角色信息
- 用户信息
- 企业Controller
- 参数配置 信息操作处理
- 公告 信息操作处理
- 操作日志记录
- 个人信息 业务处理
- 场站Controller
- 数据字典信息
- 系统访问记录
- 在线用户监控
- 项目管理Controller
- 文件请求处理
- 调度任务信息操作处理
- 调度日志操作处理
- 代码生成 操作处理
- token 控制
- 设备型号表
- 设备类型表
- 设备类型-属性信息表
- 设备位置表
- 设备位置-属性信息表
- 地 区 信息操作处理
- 安全记录接口
- 电子沙盘-站端
- 业务配置
- minio文件上传下载
- 文档管理Controller
- 计划管理接口
- 设备型号-属性信息表
- 场站表
- 事故事件学习
- 事故事件管理
- 车辆管理接口
- indexController
- 设备数据同步
- 设备类型摄像头表
- 隐患管理对外接口
- 质量管理对外接口
- 隐患问题库对外接口
- 质量问题库对外接口
- 通知公告接口
- 省市县数据Controller
- 隐患管理接口
- 质量管理接口
- 隐患问题库接口
- 质量问题库接口
- 对外服务
- 消息中心
- app接口
- 考勤统计管理
- 考勤组管理
- 班次管理
- 补卡Controller
- 摄像头相关接口
- 未命名接口GET
- 未命名接口GET
- 未命名接口GET
- 未命名接口POST
- 未命名接口POST
- 未命名接口GET
- 未命名接口GET
手动推送kafka数据测试
POST
/messageCenter/pushKafka
请求参数
Body 参数application/json
id
integer <int64>
主键id
title
string
标题
content
string
内容
source
string
消息来源
messageType
string
必需
messageStatus
string
可选
receiveDeptId
integer <int64>
接收组织id
receiveDept
string
接收组织
receiverId
integer <int64>
接收人id
receiver
string
接收人
receiveTime
string
接收时间
sendTime
string
发送时间
introducer
string
推送人
introducerId
string
推送人id
createTime
string
创建时间
processInstanceId
string
可选
dataId
string
消息来源的数据id
示例
{
"id": 0,
"title": "string",
"content": "string",
"source": "string",
"messageType": "string",
"messageStatus": "string",
"receiveDeptId": 0,
"receiveDept": "string",
"receiverId": 0,
"receiver": "string",
"receiveTime": "string",
"sendTime": "string",
"introducer": "string",
"introducerId": "string",
"createTime": "string",
"processInstanceId": "string",
"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 '10.168.1.106:8080/zmxt-smartsite/messageCenter/pushKafka' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"content": "string",
"source": "string",
"messageType": "string",
"messageStatus": "string",
"receiveDeptId": 0,
"receiveDept": "string",
"receiverId": 0,
"receiver": "string",
"receiveTime": "string",
"sendTime": "string",
"introducer": "string",
"introducerId": "string",
"createTime": "string",
"processInstanceId": "string",
"dataId": "string"
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object
可选
示例
{
"": {}
}
修改于 2025-04-27 06:24:22