ApiResult<List>
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"createTime": "string",
"createdBy": 0,
"updateTime": "string",
"updatedBy": 0,
"version": 0,
"deleted": true,
"bizType": "string",
"bucket": "string",
"storageType": "string",
"path": "string",
"url": "string",
"uniqueFileName": "string",
"originalFileName": "string",
"fileType": "string",
"contentType": "string",
"suffix": "string",
"size": 0
}
],
"error": "string"
}