文档
测试

视频评论页

POST
http://jw.com//member/api.users/videoComment(跟图片评论一样)

接口描述

John

请求参数

参数名
类型
描述
必填
id
int
示例:158
必填
apitoken
string
示例:SHCPPQ99d3d91c1f066b1b837f95a5162d722bM16954jj
必填
p
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": { "comment": [ { "id": 103, "user_id": 29900, "content": "发布信息服务", "zan_num": 0, "pid": 0, "create_time": 1626936871, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [ { "id": 106, "user_id": 29900, "content": "发布时间", "zan_num": 0, "pid": 103, "create_time": 1626943370, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 }, { "id": 107, "user_id": 29900, "content": "通过观察", "zan_num": 0, "pid": 103, "create_time": 1626943460, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 }, { "id": 108, "user_id": 29900, "content": "发布时间曝光", "zan_num": 0, "pid": 103, "create_time": 1626943997, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 }, { "id": 109, "user_id": 29900, "content": "附近", "zan_num": 0, "pid": 103, "create_time": 1626944215, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 } ] }, { "id": 102, "user_id": 29900, "content": "规划好", "zan_num": 0, "pid": 0, "create_time": 1626934692, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [] }, { "id": 96, "user_id": 29923, "content": "法国吃点饭也吃不到", "zan_num": 0, "pid": 0, "create_time": 1626921030, "nick_name": "用户575125", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [ { "id": 97, "user_id": 29923, "content": "风风光光", "zan_num": 0, "pid": 96, "create_time": 1626921051, "nick_name": "用户575125", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 }, { "id": 100, "user_id": 29900, "content": "方法", "zan_num": 0, "pid": 96, "create_time": 1626934540, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 }, { "id": 104, "user_id": 29900, "content": "发布消息", "zan_num": 0, "pid": 96, "create_time": 1626941412, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 } ] }, { "id": 95, "user_id": 29923, "content": "话题就是这么多天终于过去和你们说什么呢?", "zan_num": 0, "pid": 0, "create_time": 1626920877, "nick_name": "用户575125", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [ { "id": 101, "user_id": 29900, "content": "话题", "zan_num": 0, "pid": 95, "create_time": 1626934586, "nick_name": "Niuer", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0 } ] }, { "id": 94, "user_id": 29923, "content": "发布信息", "zan_num": 0, "pid": 0, "create_time": 1626919164, "nick_name": "用户575125", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [] }, { "id": 93, "user_id": 29923, "content": "发布时间", "zan_num": 0, "pid": 0, "create_time": 1626919151, "nick_name": "用户575125", "headimgurl": "/static/mobile/default/images/defheadimg.jpg", "is_zan": 0, "child": [] } ], "count": 6 }, "code": 1, "page_count": 1, "count": 6, "pagenum": 1, "row": 20, "p": 20 } } ```