修改心跳报文

This commit is contained in:
谷成伟 2024-12-05 13:33:59 +08:00
parent 144a66f47a
commit 1345be0701

View File

@ -349,7 +349,15 @@ PS: 同一节点只允许建立一条连接。
"linkId": "123",
"online": false
}
]
],
//设备监控信息
"devices": [
{
//设备ID
"deviceId": "1123451235464",
//设备状态
"online": true
}]
}
```