curl --location --request GET '/admin/system/savefile/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"file_url": "string",
"modifier": "string",
"dept_belong_id": "string",
"name": "string",
"type": "string",
"size": "string",
"address": "string",
"source": "string",
"oss_url": "string",
"status": true,
"file": "http://example.com",
"creator": 0
}
]
}