Load the specified list of predefined data files from the root directory resources/data,
supporting data files in JSON, XML, and CSV formats.
Request
Body Params application/json
Request samples
curl --location --request POST '/SysPreData/loadData' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
Responses
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:36:48