curl --location --request GET 'http://127.0.0.1:8000/system/dict?type&keywordSearch&pageSize&page' \
--header 'Authorization: Bearer '
{
"data": {
"data": [
{
"id": 1,
"name": "性别",
"code": "sex",
"describe": "性别字典",
"type": "default",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
},
{
"id": 2,
"name": "状态",
"code": "status",
"describe": "状态字典",
"type": "default",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
},
{
"id": 3,
"name": "权限类型",
"code": "ruleType",
"describe": "系统权限类型字典",
"type": "tag",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
}
],
"total": 3,
"pageSize": 10,
"current": 1
},
"success": true,
"msg": "ok",
"showType": 0
}