文档
测试

发布简单聊聊评论

POST
http://106.52.140.47:9999/v1/api/article/chatwith/comment/add

请求参数

参数名
类型
描述
必填
commentContent
string
评论内容 示例:评论内容
必填
commentType
int
1回复,2评论 示例:2
必填
parentId
int
回复时的父级id,评论时该id为0 示例:0
必填
articleChatwithId
int
简单聊聊帖子id 示例:8
必填
commentMemberId
int
回复人id 示例:0
必填
beCommentMemberId
int
被评论人或者回复人id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:2000
必填
msg
string
示例:success
必填
data
object
示例:null
必填