接口地址:[接口根]/plugin/comment-api/list
请求类型:get
[
{
"content": "和和和哈哈的返回洒落",
"info_key": "5551c6f0ddc1e2d0b000002d",
"info_class": "article",
"ischeck": 0,
"createtime": 1432017193
},
{
"content": "和和和哈哈的返回洒落",
"info_key": "5551c6f0ddc1e2d0b000002d",
"info_class": "article",
"ischeck": 1,
"createtime": 1432017112
}
]ischeck是代表评论的审核情况,客户端看情况做识别处理。
接口地址:[接口根]/plugin/comment-api/post
请求类型:post
{
"state": 0,
"message": "您评论的信息不存在!"
}
{
"state": 1,
"message": "评论成功!"
}
接口地址:[接口根]/plugin/comment-api/my
请求类型:get
[
{
"content": "啦啦啦",
"title": "第一批进入消防员:正在协调供水时遭遇爆炸",
"info_class": "article",
"ischeck": 1,
"createtime": 1439862762,
"info_key": "55cd573027f38ea8060000fe",
"indexpic": "http://storage.tmtsp.com/555199c927f38ea00800002a/20150814/928f1a1f810950fb38bf9e186dc19e0d.jpg",
"likename": "789"
},
{
"content": "啦咯啦咯啦咯啦咯了",
"title": "官方鼓励2.5天短假 网友忧恐成部分单位福利",
"info_class": "article",
"ischeck": 1,
"createtime": 1439363556,
"info_key": "55caa44327f38ee80f0000ff",
"indexpic": "http://storage.tmtsp.com/555199c927f38ea00800002a/20150812/2e1a45eea9dfb61a6561838c3667271c.jpg",
"likename": "789"
}
]ischeck是代表评论的审核情况,客户端看情况做识别处理。