48 lines
966 B
Plaintext
48 lines
966 B
Plaintext
{
|
|
"code": 200,
|
|
"success": true,
|
|
"data": [
|
|
{
|
|
"gid": "mock-robot-group-1",
|
|
"id": "mock-robot-1",
|
|
"label": "模拟机器人A",
|
|
"brand": "模拟品牌A",
|
|
"type": 1
|
|
},
|
|
{
|
|
"gid": "mock-robot-group-1",
|
|
"id": "mock-robot-2",
|
|
"label": "模拟机器人B",
|
|
"brand": "模拟品牌A",
|
|
"type": 2
|
|
},
|
|
{
|
|
"gid": "mock-robot-group-1",
|
|
"id": "mock-robot-3",
|
|
"label": "模拟机器人C",
|
|
"brand": "模拟品牌A",
|
|
"type": 3
|
|
},
|
|
{
|
|
"gid": "mock-robot-group-2",
|
|
"id": "mock-robot-4",
|
|
"label": "模拟机器人D",
|
|
"brand": "模拟品牌B",
|
|
"type": 1
|
|
},
|
|
{
|
|
"id": "mock-robot-5",
|
|
"label": "模拟机器人E",
|
|
"brand": "模拟品牌B",
|
|
"type": 2
|
|
},
|
|
{
|
|
"id": "mock-robot-6",
|
|
"label": "模拟机器人F",
|
|
"brand": "模拟品牌B",
|
|
"type": 3
|
|
}
|
|
],
|
|
"message": "模拟提示"
|
|
}
|