文档
测试

查看某一顶级评论下的所有回复

GET
/exercise/common/{courseId}/commentDetail/{commentId}

请求头

参数名
类型
描述
必填
Content-Type
application/json; charset=UTF-8
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
data
object
数据字典
必填
commentId
string
顶级评论id
必填
content
string
顶级评论
必填
courseId
string
课程号
必填
slaveCommentList
array
数据列表
必填
commentId
string
顶级评论id
必填
content
string
次级评论
必填
id
string
次级评论id
必填
replyTime
string
回复时间
必填
userId
string
用户id
必填
submitTime
string
顶级评论提交时间
必填
userId
string
顶级评论用户id
必填
success
string
示例:true
必填
desc
string
示例:成功
必填