{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"configId": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string",
"remark": "string"
}curl --location --request PUT '/system/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"configId": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": null
}