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