{
"createDept": 922337203685477600,
"createBy": 922337203685477600,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 922337203685477600,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"configId": 922337203685477600,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string",
"remark": "string"
}
curl --location --request PUT 'http://192.168.20.159:8080/system/config/updateByKey' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 922337203685477600,
"createBy": 922337203685477600,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 922337203685477600,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"configId": 922337203685477600,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string",
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}