50 lines
894 B
Plaintext
Raw Normal View History

2025-04-30 00:17:09 +08:00
{
"code": 200,
"success": true,
2025-06-11 00:22:16 +08:00
"result": [
2025-04-30 00:17:09 +08:00
{
"id": "mock-robot-1",
"label": "模拟机器人A",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 1,
"ip": "127.0.1.1"
2025-04-30 00:17:09 +08:00
},
{
"id": "mock-robot-2",
"label": "模拟机器人B",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 2,
"ip": "127.0.1.2"
2025-04-30 00:17:09 +08:00
},
{
"id": "mock-robot-3",
"label": "模拟机器人C",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 3,
"ip": "127.0.1.3"
2025-04-30 00:17:09 +08:00
},
{
"id": "mock-robot-4",
"label": "模拟机器人D",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 1,
"ip": "127.0.2.1"
2025-04-30 00:17:09 +08:00
},
{
"id": "mock-robot-5",
"label": "模拟机器人E",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 2,
"ip": "127.0.2.2"
2025-04-30 00:17:09 +08:00
},
{
"id": "mock-robot-6",
"label": "模拟机器人F",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 3,
"ip": "127.0.2.3"
2025-04-30 00:17:09 +08:00
}
],
"message": "模拟提示"
}