文档
测试

获取单个视频评论

POST
http://192.168.0.101/v1/useToFileAssess/1

请求参数

参数名
类型
描述
必填
start
string
示例:
必填
limit
string
示例:
必填

响应参数

参数名
类型
描述
必填
errorCode
int
示例:1000
必填
msg
string
示例:
必填
rows
object
数据字典
必填
0
object
数据字典
必填
id
int
示例:9
必填
uid
int
用户id 示例:1
必填
fileid
int
视频id 示例:1
必填
pid
int
示例:0
必填
content
string
示例:确实不错
必填
fid
int
示例:0
必填
create_time
string
示例:2020-06-04 11:04:07
必填
user_msg
object
数据字典
必填
id
int
示例:1
必填
nickname
string
示例:测试1111
必填
headImg
object
示例:null
必填
studyfile
object
数据字典
必填
id
int
示例:1
必填
title
string
示例:粉料不错
必填
is_like
boolean
示例:false
必填
total
int
示例:8
必填

说明 / 示例

{ "errorCode": 1000, "msg": "", "rows": { "0": { "id": 9, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-06-04 11:04:07", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "1": { "id": 8, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-06-04 11:03:40", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "2": { "id": 6, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-05-27 16:33:20", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "3": { "id": 5, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-05-27 16:33:07", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "4": { "id": 4, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-05-27 16:32:28", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "5": { "id": 3, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-05-27 16:27:06", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "6": { "id": 2, "uid": 1, "fileid": 1, "pid": 0, "content": "确实不错", "fid": 0, "create_time": "2020-05-27 16:24:59", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "7": { "id": 1, "uid": 1, "fileid": 1, "pid": 0, "content": "不错不错", "fid": 0, "create_time": "2020-05-15 16:25:32", "user_msg": { "id": 1, "nickname": "测试1111", "headImg": null }, "studyfile": { "id": 1, "title": "粉料不错" } }, "is_like": false }, "total": 8 }