web-map/mocks/robot/register

13 lines
215 B
Plaintext
Raw Normal View History

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