添加评论
POST
/api/community/commentAdd
请求头
参数名
类型
描述
必填
token
登录令牌
必填
请求参数
参数名
类型
描述
必填
content
评论内容
必填
dynamic_id
动态id
必填
comment_id
回复的评论
可选
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:评论发布成功
必填
time
string
示例:1678937955
必填
data
object
示例:null
必填