文档
测试

唠唠详情评论

POST
/api/laolao_detail_comment/

请求参数

参数名
类型
描述
必填
id
唠唠id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
page
string
示例:1
必填
previous_page
object
示例:null
必填
next_page
object
示例:null
必填
num_pages
int
示例:1
必填
item
object
数据字典
必填
comment_count
int
示例:7
必填
comment
array
数据列表
必填
id
int
示例:7
必填
openid
string
示例:otrCU4u1eDw0jpclzBTh2-i3WIyM
必填
nickname
string
示例:匿名村民
必填
gender
string
示例:女
必填
region
string
示例:北京,北京
必填
age
int
示例:25
必填
photo
string
示例:https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/7f0b74d3-cbf8-41b7-b042-7d13369a4d68.jpg
必填
content
string
示例:你喜欢玩游戏吗
必填
update_time
string
示例:2小时前
必填
replyers_comment
array
数据列表 回复的评论
必填
residue_comment
int
展开剩余几条回复
必填
total_items
int
示例:2
必填
except
object
示例:null
必填

说明 / 示例

```python { "status": 200, "msg": "success", "page": "1", "previous_page": null, "next_page": null, "num_pages": 1, "item": { "comment_count": 7, "comment": [ { "id": 7, "openid": "otrCU4u1eDw0jpclzBTh2-i3WIyM", "nickname": "匿名村民", "gender": "女", "region": "北京,北京", "age": 25, "photo": "https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/7f0b74d3-cbf8-41b7-b042-7d13369a4d68.jpg", "content": "你喜欢玩游戏吗", "update_time": "2小时前", "replyers_comment": [], "residue_comment": 0 }, { "id": 2, "openid": "otrCU4u1eDw0jpclzBTh2-i3WIyM", "nickname": "匿名村民", "gender": "女", "region": "北京,北京", "age": 25, "photo": "https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/7f0b74d3-cbf8-41b7-b042-7d13369a4d68.jpg", "content": "气质女神", "update_time": "2021-04-16T13:55:22", "residue_comment": 1 "replyers_comment": [ { "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": 1, "openid": "10002", "nickname": "不知火", "gender": "女", "region": "天津,天津", "age": null, "photo": null, "content": "全部都是你,可惜到最后。", "update_time": "2021-03-15T16:18:35", "replyers_comment": [] } ] }, "total_items": 2, "except": null }