curl --location --request GET 'http://localhost:8080/system/config/' \
--header 'Authorization;'
{
"code": 0,
"status": true,
"msg": "string",
"data": {
"sort": 0,
"createdTime": "2019-08-24T14:15:22Z",
"remark": "string",
"status": 0,
"tenantId": "string",
"revision": 0,
"id": "string",
"configName": "string",
"configKey": "string",
"configValue": "string",
"configType": 0,
"configValues": [
"string"
],
"valueType": "string",
"index": 0
},
"isSecurity": true
}