文档
测试

内容点赞列表

POST
{{interaction}}/praise/list

接口描述

返回指定内容的点赞列表

请求参数

参数名
类型
描述
必填
content_type
int
内容类型:25 用户事件
必填
content_id
int
内容id 与 mask_id二选一,非0时取content_id对应的内容的点赞列表,当为0时用mask_id
必填
mask_id
string
与content_id二选一,当content_id为0时必传
必填
last_id
int
翻页时需要将上次请求返回结果中的last_id带上,当请求结果中的last_id为0时表示没有更多数据了,就不需要再请求了
必填
page_size
int
每页返回条数
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
data
object
数据字典
必填
last_id
int
翻页时下次请求需要将本次请求返回结果中的last_id带上,若为0时表示没有更多数据了,就不需要再请求了
必填
list
array
点赞列表
必填
id
int
示例:289
必填
content_type
int
内容类型:25 用户事件
必填
content_id
int
内容id
必填
user_id
int
点赞人id
必填
created_at
int
点赞时间(毫秒)
必填
err
boolean
示例:false
必填
msg
string
示例:Success
必填