web-map/mocks/robot/seizeByIds

10 lines
124 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,
2025-06-11 00:22:16 +08:00
"result": [
2025-05-05 23:21:31 +08:00
"mock-robot-1",
"mock-robot-2"
],
2025-05-05 01:06:09 +08:00
"message": "模拟提示"
}