Tài liệu tham khảo API
/- Điện thoại đám mây
- API mở
Thực thi lệnh shell
POST
curl -i -X POST \
/cloudphone/exeCommand \
-H 'Authorization: ' \
-H 'Content-Type: application/json' \
-d '{
"command": "am start -n com.android.chrome/com.google.android.apps.chrome.Main",
"id": 1674153897828425
}'Response
{ "code": 0, "data": "string", "msg": "string" }