curl --location --request GET '/api/admin/system/attachment/list?pid' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"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"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}