{
"pageSize": 0,
"pageIndex": 0,
"orderBy": "string",
"orderDirection": "string",
"groupBy": "string",
"needTotalCount": true,
"cid": 0,
"tag": "string",
"offset": 0
}
curl --location --request POST 'https://testgateway.dangbei.net/pageProjectApi/v1/projects' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageIndex": 0,
"orderBy": "string",
"orderDirection": "string",
"groupBy": "string",
"needTotalCount": true,
"cid": 0,
"tag": "string",
"offset": 0
}'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": {
"records": [
{}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}
}