# Tải xuống tập tin

Endpoint: POST /cloudphone/download
Version: 1.0.0

## Request fields (application/json):

  - `id` (integer, required)
    ID điện thoại đám mây

  - `filePath` (string, required)
    Đường dẫn tệp: /sdcard/Download/a.txt

## Response 200 fields (application/json):

  - `code` (integer, required)
    Mã phản hồi, 0 biểu thị thành công, >0 biểu thị thất bại

  - `msg` (string, required)

  - `data` (object, required)

  - `data.id` (integer, required)
    ID điện thoại đám mây

  - `data.downId` (integer, required)
    ID tải xuống tệp

