Authorization: Bearer ********************curl --location --request GET 'localhost:8080/system/dict/type/list?dictName=&dictType=' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"dictId": 0,
"dictName": "string",
"dictType": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"code": 0,
"msg": "string"
}