API 参考
/- 云手机
- 本地 API
查询已安装应用列表
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/app/installedList \
-H 'Content-Type: application/json' \
-d '{
"id": 1674550360293464
}'Response
{ "code": 0, "msg": null, "data": [ { … } ], "requestId": "string" }