帖子发表评论
POST
http://192.168.0.101/v1/byCommentReply
请求头
参数名
类型
描述
必填
token
string
示例:c89b52ee4d473e61f961a3f902c96b24
必填
请求参数
参数名
类型
描述
必填
pid
int
父id 示例:0
必填
comid
int
帖子id 示例:1
必填
content
string
评论或回复内容 示例:我就试试
必填
响应参数
参数名
类型
描述
必填
errorCode
int
示例:1000
必填
msg
string
示例:帖子评论成功
必填