## :-: **帖子列表**
### 發表評論
~~~[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", //評論失敗
}
~~~