首页课程评论的发布
POST
http://localhost:6367/comment/getHomeCourseComment?content=1
接口描述
用户发布的课程评论添加
请求头
参数名
类型
描述
必填
content-type
string
示例:application/json
必填
请求参数
参数名
类型
描述
必填
content
String
示例:1
必填
成功返回
参数名
类型
描述
必填
msg
string
示例:success
必填
state
int
示例:200
必填
失败返回
参数名
类型
描述
必填
code
int
添加数据失败后返回状态码500
必填
msg
String
添加数据失败后返回失败提示
必填