获取评论的回复列表(楼中楼)
GET
api/reply/
请求头
参数名
类型
描述
必填
Authorization
string
Bear +token(不要忽略Bear后的空格)
必填
请求参数
参数名
类型
描述
必填
index
number
页码 (默认值为1)
可选
pid
number
要查看的评论的id
必填
成功
参数名
类型
描述
必填
status
number
示例:0
必填
message
string
示例:OK
必填
id
number
示例:2
必填
commenterName
string
示例:LiuZhen
必填
nickname
string
示例:带帅比
必填
content
string
示例:楼中楼牛批
必填
commentTime
string
示例:2020-04-05T02:25:19
必填
targetUsername
string
示例:LiuZhen
必填
targetNickname
string
示例:带帅比
必填
commentId
number
示例:1
必填
pid
number
示例:1
必填
avatarUrl
object
示例:null
必填
targetAvatarUrl
object
示例:null
必填
total
number
示例:3
必填
size
number
示例:20
必填
current
number
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
number
示例:1
必填