cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/phone/file/download \ --header 'Content-Type: application/json' \ --data ' { "phoneId": 123, "filePath": "<string>", "size": "<string>" } '
{ "traceId": "", "code": 0, "msg": "", "data": { "downId": "", "taskId": 0 }, "status": "" }
download mobile files to local device
Phone ID,obtain through Get phone list api
Get phone list
File download path,The path for downloading the file
File size in bytes,The size of the downloaded file
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data
Show child attributes