评论-查询(某个话题下的所有评论)
GET
http://127.0.0.1:8888/community/comment?pageIndex=1&pageNum=4&content_id=2&user_id=1
请求参数
参数名
类型
描述
必填
pageIndex
int
示例:1
必填
pageNum
int
示例:4
必填
content_id
int
示例:2
必填
user_id
int
示例:1
必填
user_id
int
示例:1
必填
content_id
int
示例:2
必填
响应参数
参数名
类型
描述
必填
data
string
示例:
必填
comment_content
string
示例:这是评论内容2
必填
comment_count
int
示例:0
必填
comment_id
object
示例:null
必填
comment_list
array
数据列表
必填
content_id
int
示例:2
必填
create_time
object
示例:null
必填
id
int
示例:2
必填
love_count
int
示例:1000
必填
update_time
object
示例:null
必填
user_id
int
示例:2
必填
msg
string
示例:success
必填
pageCount
int
示例:2
必填
pageIndex
int
示例:1
必填
pageNum
int
示例:4
必填
status
int
示例:1
必填