首页课程评论的展示
POST
http://localhost:6367/comment/commentTree
接口描述
用户发布的课程评论数据默认展示多级评论
请求头
参数名
类型
描述
必填
content-type
string
示例:application/json
必填
请求参数
参数名
类型
描述
必填
curriculumId
int
示例:24
必填
成功返回
参数名
类型
描述
必填
msg
string
示例:success
必填
id
int
示例:0
必填
userId
int
示例:0
必填
commodityId
int
示例:0
必填
courseId
int
示例:0
必填
microCircleId
int
示例:0
必填
content
string
示例:呵呵呵呵呵呵呵呵呵
必填
parentId
int
示例:0
必填
commentDate
string
示例:2022-10-25 16:40:12
必填
display
int
示例:0
必填
fabulous
int
示例:0
必填
reply
int
示例:0
必填
status
int
示例:0
必填
userType
int
示例:0
必填
commentComm
int
示例:0
必填
commodityName
object
示例:null
必填
userAccount
object
示例:null
必填
userRemark
object
示例:null
必填
userName
string
示例:前端彭亮
必填
curriculumName
object
示例:null
必填
publishedText
object
示例:null
必填
state
int
示例:200
必填
失败返回
参数名
类型
描述
必填
code
int
获取数据失败后返回状态码501
必填
msg
String
获取数据失败后返回失败提示
必填