curl --location --request GET 'http://localhost:8098/api/comment?id&slug&page&size'
{
"code": 200,
"errMsg": null,
"data": {
"page": 1,
"size": 10,
"data": [
{
"commentId": 6,
"postId": 4,
"parentCommentId": null,
"replyCommentId": null,
"replyDisplayName": null,
"content": "irure dolore ea sunt",
"site": null,
"displayName": "次手业用一志",
"email": "b.cioxj@qq.com",
"createTime": 1725727634596,
"isPass": false,
"children": null
}
],
"totalData": 1,
"totalPages": 1
}
}