启用或禁用单个云手机上的全局系统级 ROOT 权限。
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/enableRoot \
-H 'Content-Type: application/json' \
-d '{
"id": 1558968155668507,
"enableRoot": true
}'Response
{ "code": 0, "data": {}, "msg": "string" }