Load the specified list of predefined system data files from the root directory resources/data-system, supporting data files in JSON, XML, and CSV formats.
Request
Body Params application/jsonRequired
Example
["string"]
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/SysPreData/loadPreSystemData' \
--header'Content-Type: application/json' \
--data-raw'[
"string"
]'