添加评论
POST
/api/topic/comment/publish
接口描述
提交评论
请求参数
参数名
类型
描述
必填
postId
long
帖子id
必填
commentCont
string
评论内容
必填
replayUserId
long
被回复者id
必填
replyCommentId
long
回复的评论ID
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填