Skip to content

Kết quả tải xuống tệp

Request

Bodyapplication/jsonrequired
idintegerrequired

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

downIdintegerrequired

ID tải xuống tệp

POST
/api/cloudphone/download/result
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/download/result \
  -H 'Content-Type: application/json' \
  -d '{
    "downId": 0,
    "id": 0
  }'

Responses

Headers
any
Bodyapplication/json
codeintegerrequired

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

msgnullrequired
dataobjectrequired
requestIdstringrequired
Response
{ "code": 0, "msg": null, "data": { "status": 20, "downUrl": "https://get.MoreLogin.com/..." }, "requestId": "17d9dbfd958e4f40a51897520138d3ff" }