文档
测试

upload_comment_record

POST
http://www.mokuosg.com:8080/upload_comment_record

接口描述

评论用户日志接口

请求头

参数名
类型
描述
必填
content_type
string
application/x-www-form-urlencoded;charset=utf-8
必填

请求参数

参数名
类型
描述
必填
token
string
用户唯一性标志
必填
reply_id
string
回复ID(回复给评论者ID)
必填
record_id
string
评论的日记ID
必填
comment_content
string
评论的内容
必填

响应参数

参数名
类型
描述
必填
status
string
0:成功 1:未登录 3:参数错误
必填
data
string
数据信息
必填
comment_id
string
评论ID
必填

说明 / 示例

后台待修改,等待测试