分發檔案到雲手機
描述
將檔案分發到雲手機,需先將檔案上傳檔案獲得檔案ID後,在呼叫本介面將檔案傳入雲手機。
請求引數
引數名 | 引數型別 | 是否必填 | 引數說明 |
---|---|---|---|
Action | String | 是 | 操作方法:DistributeCloudPhoneFile,此引數為公共引數,不必放body裡面 |
Region | String | 是 | 機房標識,取值參見地域列表 |
Ids | Array | 是 | 雲手機ID集合陣列 |
FileIds | Array | 是 | 上傳檔案ID集合陣列 |
FileNames | Array | 是 | 上傳檔名稱集合陣列 |
Path | String | 是 | 上傳的目標路徑 |
返回引數
成功無返回
請求示例
post https://api.yunpanel.com/v2/?Action=DistributeCloudPhoneFile&其他公共引數
{
"Ids":["cp-xx","cp-xxx"],
"FileIds":["xxx"],
"FileNames":["xxx"],
"Path":"/sdcard/",
"Region":"xxx"
}
返回示例
{
"code": 10000,
"message": "",
"data": {
}
}