吃货电台详情评论列表
GET
/api/food/radio/comment/list
请求参数
参数名
类型
描述
必填
topic_id
电台ID
必填
page
页码
必填
pageSize
每页数量
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
id
int
评论ID
必填
comment
string
评论
必填
comment_image_url
string
评论的图片
必填
like_count
int
点赞数量
必填
share_count
int
分享数量
必填
reply_count
int
评论数量
必填
time
string
时间
必填
is_like
是否点赞 true 是, false 否
必填
msg
string
示例:success
必填