2025-06-11 00:22:16 +08:00

50 lines
894 B
Plaintext

{
"code": 200,
"success": true,
"result": [
{
"id": "mock-robot-1",
"label": "模拟机器人A",
"brand": 1,
"type": 1,
"ip": "127.0.1.1"
},
{
"id": "mock-robot-2",
"label": "模拟机器人B",
"brand": 1,
"type": 2,
"ip": "127.0.1.2"
},
{
"id": "mock-robot-3",
"label": "模拟机器人C",
"brand": 1,
"type": 3,
"ip": "127.0.1.3"
},
{
"id": "mock-robot-4",
"label": "模拟机器人D",
"brand": 1,
"type": 1,
"ip": "127.0.2.1"
},
{
"id": "mock-robot-5",
"label": "模拟机器人E",
"brand": 1,
"type": 2,
"ip": "127.0.2.2"
},
{
"id": "mock-robot-6",
"label": "模拟机器人F",
"brand": 1,
"type": 3,
"ip": "127.0.2.3"
}
],
"message": "模拟提示"
}