Skip to content

Điện thoại đám mây mới chỉ với một cú nhấp chuột

Request

Bodyapplication/jsonrequired
idinteger, (int64)

ID điện thoại đám mây

brandstring

Thương hiệu

modelIdinteger

Mã số mẫu

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

ĐƯỢC RỒI

Bodyapplication/json
codeintegerrequired

Mã phản hồi: 0 biểu thị thành công, >0 biểu thị thất bại

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