{
"file_ids": [
"92e68cd348c24c718b65103b89f5d08d",
"4050f3ce6151463289b26a8b5e82a6e0",
"72bccbacb9af438f8b8de59cdf3be4ce",
"a09b75f5aa7f4724b4452e08ea9b6bec",
"2c86b2794982401abd441fea7bcbfc73"
]
}
//file_id_1 通过 获取文件列表返回的file_id 获取
curl --location --request POST '/v2/files/zip-download/create' \
--header 'app-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_ids": [
"92e68cd348c24c718b65103b89f5d08d",
"4050f3ce6151463289b26a8b5e82a6e0",
"72bccbacb9af438f8b8de59cdf3be4ce",
"a09b75f5aa7f4724b4452e08ea9b6bec",
"2c86b2794982401abd441fea7bcbfc73"
]
}
//file_id_1 通过 获取文件列表返回的file_id 获取'{
"code": 10000,
"message": "success",
"data": {
"task_id": "zip_download_24765af0ba6845e8",
"file_count": 2,
"status": 1,
"zip_download_url": "",
"expires_in": 3600,
"message": "打包任务已创建,请稍后查询状态"
}
}