API 参考
/- 云手机
- 本地 API
启动应用程序
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/app/start \
-H 'Content-Type: application/json' \
-d '{
"id": 1674550360293464,
"packageName": "com.depop"
}'Response
{ "code": 0, "msg": "string", "data": null, "requestId": "string" }