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