Batch Enable Cloud Phone ADB Function.
POST /api/v1/cloudPhone/openAdb
| Parameter | Type | Required | Description |
|---|---|---|---|
| image_ids | array | Yes | Cloud phone IDs |
{
"image_ids": ["xx"],
}
{
"code": 200,
"data": {
"success": [ // Successfully cloud phone IDs
"xxx"
],
"fail": [], // Failed cloud phone IDs
"fail_reason": [
"xx": "error message"
]
},
"message": "Success"
}