## 回复帖子
~~~[api]
get:/api/article/replyList
*int:id#帖子ID
*int:page=1#页码
<<<
success
{
"code": 1,
"msg": "获取成功",
"count": 5,
"currentPage": 1,
"lastPage": 1,
"result": [{ // 回复列表
"id": 9,
"article_id": 2,
"user_id": 1,
"content": "已收到", // 回复内容
"subject": "",
"identity": " 班主任", // 回复中的昵称
"create_time": "2018-06-13 15:42:44",
"user": { // 回复人信息
"id": 1,
"username": "我是班主任",
"avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/5d119v5eWW7HywFyMzQc5Ioib1QB5oWECESWGALBCrvHicz7qokv11IJlbhyiaGnic6OQibhH7ONxOe4DZw2oFIK8TA\/132"
}
}, {
"id": 10,
"article_id": 2,
"user_id": 1,
"content": "已完成",
"subject": "",
"identity": " 班主任",
"create_time": "2018-06-13 15:46:14",
"user": {
"id": 1,
"username": "我是班主任",
"avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/5d119v5eWW7HywFyMzQc5Ioib1QB5oWECESWGALBCrvHicz7qokv11IJlbhyiaGnic6OQibhH7ONxOe4DZw2oFIK8TA\/132"
}
}, {
"id": 11,
"article_id": 2,
"user_id": 1,
"content": "test",
"subject": "",
"identity": " 班主任",
"create_time": "2018-06-13 17:48:22",
"user": {
"id": 1,
"username": "我是班主任",
"avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/5d119v5eWW7HywFyMzQc5Ioib1QB5oWECESWGALBCrvHicz7qokv11IJlbhyiaGnic6OQibhH7ONxOe4DZw2oFIK8TA\/132"
}
}, {
"id": 12,
"article_id": 2,
"user_id": 1,
"content": "test",
"subject": "",
"identity": " 班主任",
"create_time": "2018-06-14 08:29:44",
"user": {
"id": 1,
"username": "我是班主任",
"avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/5d119v5eWW7HywFyMzQc5Ioib1QB5oWECESWGALBCrvHicz7qokv11IJlbhyiaGnic6OQibhH7ONxOe4DZw2oFIK8TA\/132"
}
}, {
"id": 18,
"article_id": 2,
"user_id": 1,
"content": "test",
"subject": "",
"identity": " 班主任",
"create_time": "2018-06-15 14:07:33",
"user": {
"id": 1,
"username": "我是班主任",
"avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/5d119v5eWW7HywFyMzQc5Ioib1QB5oWECESWGALBCrvHicz7qokv11IJlbhyiaGnic6OQibhH7ONxOe4DZw2oFIK8TA\/132"
}
}]
}
<<<
error
{
"code": 0,
"msg": "作业不存在"
}
~~~