{
"id": "string",
"title": "string",
"content": "string",
"coverImage": "string",
"userId": "string",
"headPortrait": "string",
"currentPage": 0,
"pageSize": 0
}
curl --location --request POST '43.139.194.209:8088/soSocial/pageList' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"title": "string",
"content": "string",
"coverImage": "string",
"userId": "string",
"headPortrait": "string",
"currentPage": 0,
"pageSize": 0
}'
{
"code": 0,
"msg": "string",
"data": {
"records": [
"string"
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"hitCount": true,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 0
}
}