Authorization: Bearer ********************
{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"owner": 0,
"code": "string",
"name": "string",
"status": 0,
"remark": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}
}
curl --location --request POST '/api/system/dictType/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"owner": 0,
"code": "string",
"name": "string",
"status": 0,
"remark": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"owner": 0,
"code": "",
"name": "",
"status": 0,
"remark": "",
"creator": "",
"createTime": "",
"modifier": "",
"modifyTime": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}