{
"configId": 0,
"configKey": "string",
"configName": "string",
"configType": "string",
"configValue": "string",
"createTime": "2019-08-24T14:15:22Z",
"isFrontend": "string",
"remark": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://101.35.247.125:7788/system/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"configId": 0,
"configKey": "string",
"configName": "string",
"configType": "string",
"configValue": "string",
"createTime": "2019-08-24T14:15:22Z",
"isFrontend": "string",
"remark": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{}