curl--location--request GET 'http://localhost:8098/admin/comment?page&size&postId&commentId&parentCommentId&isPass&key&sort&tree'
返回响应
🟢200成功
application/json
Body
code
integer
必需
errMsg
string|null
必需
data
object|null
必需
page
integer
当前页
必需
size
integer
每页大小
必需
data
array[object (评论) {13}]
必需
totalData
integer
总评论数
必需
totalPages
integer
总页数
必需
示例
{"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}}