文档
测试

查看帖子的回复(分页)

GET
talk/talk/listComment?parentId=1&page=1&limit=10

接口描述

parentId是讨论的id 即talkId

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:4
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
commentId
string
示例:4 评论id
必填
commentContent
object
示例:null 评论内容
必填
subContent
string
示例:评论缩略4。。。。
必填
commentType
int
示例:1
必填
parentId
string
示例:1 父id 此处为talkid
必填
createUserId
string
示例:1 创建人
必填
createUsername
string
示例:admin 创建人姓名
必填
createHeadUrl
object
示例:null 创建人头像
必填
createTime
string
示例:2021-11-30 14:25:07 创建时间
必填
modifyTime
object
示例:null 修改时间
必填
commentNumber
int
示例:0 评论数
必填
toUserId
object
示例:null
必填
toUsername
object
示例:null
必填