批量安装应用,最大支持20台云手机
POST
/api/v1/app/install
参数 | 类型 | 必需 | 说明 |
---|---|---|---|
image_ids | array | 是 | 云手机IDs,最大20条 |
app_id | string | 是 | app_id |
app_version_id | string | 否 | app_version_id,若为空则为排序第一位的版本 |
{
"image_ids": [
"xx"
],
"app_id": "9Jp7o#0",
"app_version_id": "9Jp7o#0"
}
{
"code": 200,
"data": {
"message": "Success"
},
"message": "Success"
}