web-map/mocks/scene/getById

12 lines
176 B
Plaintext
Raw Normal View History

2025-04-30 00:17:09 +08:00
{
"code": 200,
"success": true,
"data": {
"id": "mock-scene-1",
"label": "模拟场景A",
"robotGroups": [],
"map": ""
},
"message": "模拟提示"
}