文档
测试

🚩 下拉加载留言

GET
index/article/get_more_mesg

接口描述

下拉加载留言

请求参数

参数名
类型
描述
必填
a_id
number
文章id
必填
page
number
page=2,依次增加1
必填

响应参数

参数名
类型
描述
必填
data
json
相关参数与此前接口一致
必填

说明 / 示例

```json { "id": 1, "user_id": "1", "a_id": "19", "comment": "文章1评论", "replay_id": 0, "picture": null, "is_visible": 1, "create_time": 0, "num": 2, "headimgurl": "http://nfzk.oss-cn-chengdu.aliyuncs.com/avatar/200925/8998087988.png", "nickname": "" }, { "id": 5, "user_id": "1", "a_id": "19", "comment": "文章1评论2", "replay_id": 0, "picture": null, "is_visible": 1, "create_time": 0, "num": 0, "headimgurl": "http://nfzk.oss-cn-chengdu.aliyuncs.com/avatar/200925/8998087988.png", "nickname": "" } ```