文档
测试

视频评论(新)

POST
http://bd_backend.wptomo.top/api/video/video-comment

请求参数

参数名
类型
描述
必填
data_id
视频data_id
必填

响应参数

参数名
类型
描述
必填
content
内容
必填
username
昵称
必填
user_thumbnail
头像
必填
create_time
创建时间
必填
like_count
点赞数
必填

说明 / 示例

{ "code": 0, "message": "请求成功", "data": { "current_page": 1, "data": [ { "content": "我是牙科医生[捂脸]", "username": "虚贝租号穿越火线", "user_thumbnail": "http://ali-p1.yximgs.com/uhead/AB/2020/01/11/12/BMjAyMDAxMTExMjEwMjVfMTU5NDM5MTgwMl8yX2hkMjMxXzI3Nw==_s.jpg", "create_time": "1590385954448", "like_count": 19 } ], "first_page_url": "http://bg.test/api/video/video-comment?page=1", "from": 1, "last_page": 843, "last_page_url": "http://bg.test/api/video/video-comment?page=843", "links": [ { "url": null, "label": "pagination.previous", "active": false }, { "url": "http://bg.test/api/video/video-comment?page=1", "label": 1, "active": true }, { "url": "http://bg.test/api/video/video-comment?page=2", "label": 2, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=3", "label": 3, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=4", "label": 4, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=5", "label": 5, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=6", "label": 6, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=7", "label": 7, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=8", "label": 8, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=9", "label": 9, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=10", "label": 10, "active": false }, { "url": null, "label": "...", "active": false }, { "url": "http://bg.test/api/video/video-comment?page=842", "label": 842, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=843", "label": 843, "active": false }, { "url": "http://bg.test/api/video/video-comment?page=2", "label": "pagination.next", "active": false } ], "next_page_url": "http://bg.test/api/video/video-comment?page=2", "path": "http://bg.test/api/video/video-comment", "per_page": 1, "prev_page_url": null, "to": 1, "total": 843 } }