curl --location --request GET 'http://localhost:8027/system/dict/type/' \
--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": {}
},
"dictId": 0,
"dictName": "string",
"dictType": "string",
"status": "string",
"category": "string",
"remark": "string"
}
}