微圈评论的发布
POST
http://localhost:6367/microCycle/getHomeCommentComment?userId=7µCircleId=3&content=666
接口描述
用户发布的微圈评论添加
请求头
参数名
类型
描述
必填
content-type
string
示例:application/json
必填
请求参数
参数名
类型
描述
必填
userId
int
示例:7
必填
microCircleId
int
示例:3
必填
content
int
示例:666
必填
成功返回
参数名
类型
描述
必填
msg
string
示例:success
必填
state
int
示例:200
必填
失败返回
参数名
类型
描述
必填
code
int
获取数据失败后返回状态码500
必填
msg
String
获取数据失败后返回失败提示
必填