## :-: **帖子列表**
### 发表评论
~~~[api]
post:/api/reply/add
string:token=1&23ec69c7a8fdd74c57c820843963bf24#用户标识
int:content=笑带四🐖屠五🐕 #帖子内容
int:posts_id=2#帖子id
<<<
success
{
"code": 1,
"msg": "Comment on success", //评论成功
"reply": {
"user_id": 1,
"posts_id": "1",
"content": "笑带四🐖屠五🐕",
"create_time": "December 27 2018 11:58:15",
"id": "4"
}
}
<<<
error
{
"code": 0,
"msg": "Comment on failure", //评论失败
}
~~~