web-map/mocks/robot/seizeByIds

10 lines
122 B
Plaintext
Raw Normal View History

2025-05-05 01:06:09 +08:00
{
"code": 200,
2025-05-05 23:21:31 +08:00
"success": true,
"data": [
"mock-robot-1",
"mock-robot-2"
],
2025-05-05 01:06:09 +08:00
"message": "模拟提示"
}