data.results。curl --location 'http://prod-cn.your-api-server.com/open/browser/environments/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "550e8400-e29b-41d4-a716-446655440000",
"items": [
{
"groupId": "group-uuid-1",
"name": "API 环境 001",
"proxy": "socks5://user:password@127.0.0.1:1080"
},
{
"groupId": "group-uuid-1",
"name": "API 环境 002"
}
]
}'{
"code": 200,
"msg": "成功",
"data": {
"results": [
{
"index": 0,
"name": "string",
"success": true,
"id": "string",
"error": "string"
}
],
"successCount": 0,
"failCount": 0
},
"succeed": true,
"timestamp": 0
}