获取已安装应用列表
POST
/api/v1/app/installedList
参数 | 类型 | 必需 | 说明 |
---|---|---|---|
image_id | string | 是 | 云手机ID |
{
"image_id": "xx"
}
{
"code": 200,
"data": {
"list": [
"com.zhiliaoapp.musically",
"com.twitter.android"
]
},
"message": "Success"
}