文档
测试

🚩 文章 查看回复留言

POST
index/article/view_comment

请求参数

参数名
类型
描述
必填
mesg_id
number
一级留言的id
必填
page
number
page的初始值为1 ,往后自增1
必填

响应参数

参数名
类型
描述
必填
data
json
与上述接口内容一样 增加了re_nickname
必填

说明 / 示例

```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": "" } ```