1.URL
http://124.223.60.234:8080/system/asset/configure/queryPushRuleConfigList
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"ids":["F940B79790004404AAC277418FC71C5E"],
"key":"轨迹",
"queryType":1,
"pageNum":1,
"pageSize":20
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| ids | List | 公司组织唯一标识集合 | Y |
| key | String | 模糊查询key | Y |
| queryType | int | -1:查询全部;1:查定位数据推送规则;2:查报警;3:查指令应答;4:查事件数据 | Y |
| pageNum | int | 分页查询当前页码,默认1 | Y |
| pageSize | int | 分页查询每页显示条数,默认20 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"total": 1,
"size": 1,
"data": [
{
"id": "9E0E3819A2474F72B2AEB27C007E26DC",
"ruleName": "轨迹推送_20230201",
"orgId": "F940B79790004404AAC277418FC71C5E",
"orgName": "云息通信",
"dataType": 1,
"clientURL": "http://47.112.122.222:8080/receiveTrackData",
"httpHeader": "",
"descInfo": "将终端上报的定位数据推送到第三方平台",
"type": "1",
"status": "1",
"createTime": "2023-02-01 05:19:14",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": "aovx"
}
]
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| id | String | 规则ID |
| ruleName | String | 规则名称 |
| orgId | String | 公司组织唯一标识 |
| orgName | String | 公司组织名称 |
| dataType | int | 数据类型(1:定位数据;2:报警数据;3:指令应答;4:事件数据) |
| clientURL | String | 接收客户端URL |
| httpHeader | String | 请求头 |
| descInfo | String | 描述 |
| type | int | 是否订阅子组织设备的数据(1:是;0:否) |
| status | int | 状态(0:禁用;1:启用) |
| createTime | String | 配置时间 |
| creatorId | String | 配置人唯一标识 |
| creator | String | 配置人 |
4.请求示例

Author:admin Create time:2023-04-16 20:30
Last editor:admin Update time:2025-10-31 14:50
Last editor:admin Update time:2025-10-31 14:50