文档
测试

评论列表

POST
{{api_host}}/6.0/works/commentList

请求头

参数名
类型
描述
必填
Meipian-User-Id
int
示例:30401136
必填
Meipian-Token
string
示例:1d1fd2d444b560ef4bffdda7e92867c0
必填
Meipian-Dev
int
示例:1
必填

请求参数

参数名
类型
描述
必填
mask_id
string
内容maskID 示例:12vj2
必填
user_id
int
用户id 示例:30401136
必填
token
string
示例:1d1fd2d444b560ef4bffdda7e92867c0
必填
works_type
int
内容类型:6 短视频 10 影集 15 说说 20 转发 25 用户事件(不支持文章,15,20,25为6.1 sdv2新增) 示例:20
必填
last_list_id
string
上次请求返回的最后一个id 示例:"0"
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
data
object
数据字典
必填
total
int
废弃(works_type为15之后的 都永远为0)示例:0
必填
list
array
评论列表
必填
id
int
示例:2543
必填
list_id
string
示例:2543
必填
content
string
示例:测试好辛苦呀~
必填
is_praised
int
示例:0
必填
like_count
int
示例:0
必填
like_count_str
string
示例:0
必填
created_at
int
示例:1588923841
必填
created_at_str
string
示例:05-08
必填
is_hot
int
示例:0
必填
reply_count
int
示例:1
必填
reply_count_str
string
示例:1
必填
author
object
评论者
必填
id
int
示例:30401136
必填
wuser_id
int
示例:0
必填
nickname
string
示例:刘永
必填
head_img_url
string
示例:http://t-static2.ivwen.com/users/30401136/937d277279e948f7afc909d191de4ae3.jpg
必填
badge_img_url
string
示例:
必填
label_img_url
string
示例:
必填
is_followed
int
示例:0
必填
relation_type
int
示例:0
必填
memo_name
string
示例:
必填
uri
string
示例:meipian://user/column?author_id=30401136
必填
replies
array
回复
必填
id
int
示例:2544
必填
list_id
string
示例:2544
必填
content
string
示例:研发更辛苦呀~
必填
is_praised
int
示例:0
必填
like_count
int
示例:0
必填
like_count_str
string
示例:0
必填
created_at
int
示例:1588923873
必填
created_at_str
string
示例:05-08
必填
author
object
数据字典
必填
id
int
示例:30401136
必填
wuser_id
int
示例:0
必填
nickname
string
示例:刘永
必填
head_img_url
string
示例:http://t-static2.ivwen.com/users/30401136/937d277279e948f7afc909d191de4ae3.jpg
必填
badge_img_url
string
示例:
必填
label_img_url
string
示例:
必填
is_followed
int
示例:0
必填
relation_type
int
示例:0
必填
memo_name
string
示例:
必填
uri
string
示例:meipian://user/column?author_id=30401136
必填
be_reply_author
object
示例:null
必填
err
boolean
示例:false
必填
msg
string
示例:Success
必填

说明 / 示例

- 6.1 sdv2 新增对说说、转发、用户事件的支持,`废弃原接口返回的total字段,说说,分享,用户事件的total永远为0`