文档
测试

帖子评论分页列表

GET
https://www.amuping.cn/api/post/comment/list

接口描述

需要登录

请求参数

参数名
类型
描述
必填
cursor
string
游标,评论id
必填
postId
int
帖子id
必填

响应参数

参数名
类型
描述
必填
ret
必填
msg
必填
data
object
评论列表对象
必填
commentList
array
列表
必填
realName
string
真实姓名
必填
avatar
string
头像
必填
publishTime
string
发布时间
必填
content
string
内容
必填
hasMore
boolean
是否还有数据
必填
cursor
string
游标
必填