文档
测试

deliverSecondLevel

POST
http://127.0.0.1:8000/comment/deliverSecondLevel

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
cid
int
评论id
必填
reply_id
int
回复对象id 0为无对象
必填
reply_uid
int
回复对象用户id 0为无对象
必填
content
str
回复内容
必填
anonymity
int
0双方都不匿名,1当前用户匿名,-1回复对象匿名,2双方都匿名
必填
bid
int
榜单id
必填

响应参数

参数名
类型
描述
必填
rid
int
回复id
必填
status
int
自定义状态码,200为成功,其他码为失败
必填
200
success
必填
12001
后台异常
必填
message
string
状态信息
必填

说明 / 示例

{ "rid": 24, "status": 200, "message": "回复成功!" }