web-map/mocks/robot/register

13 lines
201 B
Plaintext
Raw Normal View History

2025-05-05 01:06:09 +08:00
{
"code": 200,
"success": true,
"data": {
"id": "mock-robot-0",
"label": "模拟机器人-注册",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-05 01:06:09 +08:00
"type": 1,
"ip": "127.0.0.0"
},
"message": "模拟提示"
}