跳转到内容

一键式全新云手机

Request

Bodyapplication/jsonrequired
idinteger, (int64)

云手机ID

brandstring

品牌

modelIdinteger

型号 ID

POST
/api/cloudphone/newMachine
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/newMachine \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 1595372958075305
  }'

Responses

成功

Bodyapplication/json
codeintegerrequired

响应代码:0 表示成功,大于 0 表示失败

msgstringrequired
Response
{ "code": 0, "msg": "string" }