展开唠唠全部评论

/api/all_comments/

接口描述

请求方式:POST

请求参数

参数名
类型
描述
必填
comment_id
comment_id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
array
数据列表
必填
id
int
示例:6
必填
openid
string
示例:10001
必填
nickname
string
示例:匿名村民2
必填
gender
string
示例:男
必填
content
string
示例:haha
必填
update_time
string
示例:6小时前
必填
reply_obj
string
示例:匿名村民4
必填
total_items
int
示例:4
必填
except
object
示例:null
必填

说明

```python { "status": 200, "msg": "success", "item": [ { "id": 6, "openid": "10001", "nickname": "匿名村民2", "gender": "男", "content": "haha", "update_time": "6小时前", "reply_obj": "匿名村民4" }, { "id": 5, "openid": "10003", "nickname": "匿名村民4", "gender": "男", "content": "haha", "update_time": "6小时前", "reply_obj": "匿名村民2" }, { "id": 4, "openid": "10002", "nickname": "匿名村名3", "gender": "女", "content": "是啊", "update_time": "2021-04-16T17:10:23", "reply_obj": "匿名村民" }, { "id": 3, "openid": "10001", "nickname": "匿名村民2", "gender": "男", "content": "女神好高啊", "update_time": "2021-04-16T17:06:13", "reply_obj": "匿名村民" } ], "total_items": 4, "except": null }