文档
测试

回复我的

GET
/talk/comment/listComments?page=&limit=

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:2
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
commentId
string
示例:180
必填
commentContent
string
示例:好的 回复内容
必填
subContent
object
示例:null
必填
commentType
int
示例:9 回复类型 1是talk的回复 9是comment的子回复
必填
parentId
string
示例:178
必填
createUserId
string
示例:73 回复人id
必填
createUsername
string
示例:陈康旭 回复人姓名
必填
createHeadUrl
string
示例:回复人头像 http://guli123.oss-cn-beijing.aliyuncs.com/20211219/35f13e665da04710b150dcd5f2357318.jpg
必填
createTime
string
示例:2021-12-18 15:17:17
必填
modifyTime
object
示例:null
必填
commentNumber
int
示例:0
必填
toUserId
string
示例:73
必填
toUsername
string
示例:陈康旭
必填
isLike
int
示例:0 是否点赞
必填
likeNumber
int
示例:0 点赞数
必填
commentImg
object
示例:null
必填
commentImgs
object
示例:null
必填
articleId
string
示例:178 talkId或commentId
必填
articleContent
string
示例:???
必填