Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/project/files/batch?fileIds' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"fileId": 0,
"fileCategoryId": 0,
"ownerItemId": 0,
"ownerId": 0,
"fileName": "string",
"mimeType": "string",
"fileSize": 0,
"filePath": "string",
"imageThumbPath": "string",
"remark": "string",
"folderId": 0
}
]
}