Tài liệu tham khảo API
/- Điện thoại đám mây
- API mở
/
Dừng ứng dụng
POST
curl -i -X POST \
/cloudphone/app/stop \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"packageName": ""
}'Response
{ "code": 0, "data": true, "msg": "string" }