curl --location --request GET '/admin/system/dict/type/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"dept_belong_id": "string",
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}
]
}