refreshdata websocket测试 POST ../../cgi-bin/refreshdata 接口描述 本地配置,查询所有 说明 / 示例 ```language //响应数据 { "msg": [ { "template": 1, "datalength": 1, "protocol": 1, "port": "端口", "name": "lancer", "start": 1, "model": "model", "id": 1, "addr": 1, "manufacturer": "厂家" }, { "template": 1, "datalength": 1, "protocol": 1, "port": "端口", "name": "lancer", "start": 1, "model": "model", "id": 1, "addr": 1, "manufacturer": "1213" } ], "code": 200 } ```
```language //响应数据 { "msg": [ { "template": 1, "datalength": 1, "protocol": 1, "port": "端口", "name": "lancer", "start": 1, "model": "model", "id": 1, "addr": 1, "manufacturer": "厂家" }, { "template": 1, "datalength": 1, "protocol": 1, "port": "端口", "name": "lancer", "start": 1, "model": "model", "id": 1, "addr": 1, "manufacturer": "1213" } ], "code": 200 } ```