curl --location --request GET '/api/admin/system/attachment/info/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"attDir": "string",
"attId": 0,
"attSize": "string",
"attType": "string",
"createTime": "2019-08-24T14:15:22Z",
"imageType": 0,
"name": "string",
"pid": 0,
"sattDir": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}