curl --location --request GET 'http://localhost:8027/system/config/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"configId": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": "string",
"remark": "string"
}
}