跳转到内容

查询已安装应用列表

Request

查询云手机上已安装的应用列表

Bodyapplication/json
idintegerrequired

云手机ID

POST
/api/cloudphone/app/installedList
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/app/installedList \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 1674550360293464
  }'

Responses

Headers
any
Bodyapplication/json
codeinteger
msgnull
dataArray of objects
requestIdstring
Response
{ "code": 0, "msg": null, "data": [ {} ], "requestId": "string" }