Authorization: Bearer ********************
curl --location --request GET '/dict/type/'
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"dictId": 0,
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}
}