获取回复自己的评论
POST
http://106.52.140.47:9999/v1/api/article/chatwith/comment/findReplyPage
请求参数
参数名
类型
描述
必填
memberId
int
当前登录人id 示例:2
必填
pageNo
int
示例:1
必填
pageSize
int
示例:15
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
msg
string
示例:success
必填
id
int
示例:5
必填
parentId
int
父级id 示例:4
必填
articleChatwithId
string
帖子id 示例:8
必填
commentContent
string
内容 示例:垃圾评论
必填
commentType
string
类型 1-回复,2评论 示例:1
必填
memberId
int
评论人id 示例:4
必填
commentMemberId
int
回复人id 示例:2
必填
createTime
string
示例:2020-12-22 17:37:07
必填
modifyTime
string
示例:2020-12-22 17:38:42
必填
total
int
示例:1
必填
size
int
示例:15
必填
current
int
示例:1
必填
orders
array
数据列表
必填
optimizeCountSql
boolean
示例:true
必填
hitCount
boolean
示例:false
必填
countId
object
示例:null
必填
maxLimit
object
示例:null
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填