{
"page": {
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 0,
"countId": "string"
},
"params": [
{
"fieldName": "string",
"condition": "string",
"value": {}
}
]
}curl --location --request POST '/mc/api/plan//pageVo' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 0,
"countId": "string"
},
"params": [
{
"fieldName": "string",
"condition": "string",
"value": {}
}
]
}'{
"code": 0,
"msg": "",
"data": {},
"timestamp": 0
}