API 参考
/- 云手机
- 本地 API
/
关闭云手机
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/powerOff \
-H 'Content-Type: application/json' \
-d '{
"id": 1596527092376632
}'Response
{ "code": 0, "msg": "string", "requestId": "string" }
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/powerOff \
-H 'Content-Type: application/json' \
-d '{
"id": 1596527092376632
}'{ "code": 0, "msg": "string", "requestId": "string" }