{
"attDir": "string",
"attId": 0,
"attSize": "string",
"attType": "string",
"createTime": "2019-08-24T14:15:22Z",
"imageType": 0,
"model": "string",
"moduleType": 0,
"name": "string",
"rootDir": "string",
"sattDir": "string"
}
curl --location --request POST '/api/admin/system/attachment/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"attDir": "string",
"attId": 0,
"attSize": "string",
"attType": "string",
"createTime": "2019-08-24T14:15:22Z",
"imageType": 0,
"model": "string",
"moduleType": 0,
"name": "string",
"rootDir": "string",
"sattDir": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}