🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## :-: **首页** ### 帖子评论 ~~~[api] get:/api/reply/index int:id=1#帖子id int:page=1#当前页 int:limit=1#帖子条数限度 <<< success { "code": 1, "msg": "acquire success", //获取成功 "reply": { "total": 5, "per_page": "1", "current_page": "1", "last_page": 5, "data": [ { "id": 1, "posts_id": 1, "user_id": 1, "content": "说的好", "status": 1, "create_time": "December 17 2018 03:58:42", "user": { "id": 1, "username": "", "avatar": "https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTJvX1cIkJ6nLjHgzjWs2YtwB5NECaibS3fqotHLM3nYdaC0fll1f5iarGe2cic18UsuwuxDN3pb25BpQ/132" } } ] } } <<< error { "code": 0, "msg": "Post does not exist" //帖子不存在 } ~~~