curl --location '/dict/list/type' \
--header 'Content-Type: application/json' \
--data '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"typeName": "string",
"typeValue": "string",
"status": 0,
"remark": "string",
"pageNum": 0,
"pageSize": 0,
"statusName": "string"
}'{
"code": 200,
"message": "SUCCESS",
"success": true,
"data": [
{
"createTime": "",
"updateTime": "",
"id": 0,
"typeName": "",
"typeValue": "",
"status": 0,
"remark": "",
"pageNum": 0,
"pageSize": 0,
"statusName": ""
}
]
}