文档
测试

用户事件批量获取接口

POST
{{user_feed}}/v1/userEvent/listByID

接口描述

通过id批量获取用户事件数据

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填

请求参数

参数名
类型
描述
必填
ids
array
用户事件id 数组
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
data
object
数据字典
必填
id
int
示例:2000
必填
mask_id
string
示例:16vp6
必填
event_type
int
行为类型:0.注册;
必填
user_id
int
用户id 示例:32131
必填
content
object
事件详情数据
必填
text
string
文案 示例:XX年X月X日是我来到美篇的第一天,快来和我互动吧!
必填
comment_count
int
评论数 示例:13
必填
praise_count
int
点赞数 示例:31
必填
share_count
int
分享数 示例:21
必填
created_at
int
用户事件发生时间戳(毫秒)示例:1590636725352
必填
err
boolean
示例:false
必填
msg
string
示例:Success
必填