curl --location --request GET 'http://127.0.0.1:8000/system/dict/item?dict_id&switch=1&status=default&keywordSearch&pageSize&page' \
--header 'Authorization: Bearer '
{
"data": {
"data": [
{
"id": 1,
"dict_id": 1,
"label": "男",
"value": "0",
"switch": 1,
"status": "default",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
},
{
"id": 2,
"dict_id": 1,
"label": "女",
"value": "1",
"switch": 1,
"status": "default",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
},
{
"id": 3,
"dict_id": 1,
"label": "其它",
"value": "2",
"switch": 1,
"status": "default",
"created_at": "2025-09-09T05:55:39.000000Z",
"updated_at": "2025-09-09T05:55:39.000000Z"
},
{
"id": 9,
"dict_id": 1,
"label": "变性",
"value": "2",
"switch": 1,
"status": "default",
"created_at": "2025-09-10T05:55:51.000000Z",
"updated_at": "2025-09-10T05:55:51.000000Z"
}
],
"total": 4,
"pageSize": 10,
"current": 1
},
"success": true,
"msg": "ok",
"showType": 0
}