回复评论
POST
https://ovoiii.com/comments/{ 评论ID }/reply
接口描述
回复一条评论(回复的评论不可再进行回复)例:https://ovoiii.com/comments/35/reply
请求头
参数名
类型
描述
必填
Authorization
string
值是 Bearer 空格,后面再加上令牌的值。
必填
Content-Type
string
application/json
必填
请求参数
参数名
类型
描述
必填
content
string
示例:这是一条测试回复
必填
postId
int
示例:1
必填
成功响应参数
参数名
类型
描述
必填
fieldCount
int
示例:0
必填
affectedRows
int
示例:1
必填
insertId
int
示例:44
必填
info
string
示例:
必填
serverStatus
int
示例:2
必填
warningStatus
int
示例:0
必填
失败响应参数
参数名
类型
描述
必填
message
string
示例:无法回复这条评论
必填