文档
测试

🚩 查看回复留言

POST
index/powder/view_comment

请求参数

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

响应参数

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

说明 / 示例

```json [ { "id": 3, "user_id": 1, "m_id": 424, "comment": "回复评论1", "nutrition": 5, "taste": 5, "soluble": 5, "cheap": 5, "replay_id": 1, "picture": null, "create_time": 0, "is_visible": 1, "compositive": 5, "num": 0, "headimgurl": "http://nfzk.oss-cn-chengdu.aliyuncs.com/avatar/200925/8998087988.png", "nickname": "" } ] ```