curl --location --request GET 'http://127.0.0.1:8081/fire/place/config/list' \
--header 'Authorization;'
{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"configId": 0,
"configKey": "string",
"configName": "string",
"configType": "string",
"configRequired": "string",
"configThreshold": "string",
"configSort": 0,
"remark": "string"
}
],
"code": 0,
"msg": "string"
}