{
"file": "string"
}
curl --location --request POST '/SysPreData/uploadFile' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}