web-map/mocks/robot/register

13 lines
203 B
Plaintext
Raw Normal View History

2025-05-05 01:06:09 +08:00
{
"code": 200,
"success": true,
2025-06-11 00:22:16 +08:00
"result": {
2025-05-05 01:06:09 +08:00
"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": "模拟提示"
}