app-key: ********************{
"upload_id": "string",
"files": [
{
"pre_file_id": "string",
"name_tag": "string",
"index": 0,
"related_record_id": "string"
}
]
}curl --location 'https://api.jieshuo.cn/v1/files/import/confirm' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"upload_id": "string",
"files": [
{
"pre_file_id": "string",
"name_tag": "string",
"index": 0,
"related_record_id": "string"
}
]
}'{
"code": 10000,
"message": "Success",
"data": {
"upload_id": "string",
"total": 0,
"success": 0,
"failed": 0,
"failed_files": [
"string"
]
}
}