接收用户点赞事件
收藏
我的收藏概述
使用限制
该事件会在其他用户点赞授权用户发布视频时触发
事件参数
参数 | 类型 | 含义 | |
event | | string | 事件名,唯一标识。 本事件名 new_video_digg |
from_user_id | | string | 点赞用户 |
to_user_id | | string | 视频被点赞用户(授权用户) |
client_key | | string | 开发者唯一标识 |
content | | string | 关注事件具体内容(已序列化) |
| action_time | int | 点赞发生时间 |
| action_type | int | 点赞动作 1-点赞 |
| item_id | string | 点赞视频 ID |
事件参数示例
{ "event": "new_video_digg", "client_key": "awr8bfr64vxgk036", "from_user_id": "5adb9d61-b91a-4382-8252-b0cea8793e35", "to_user_id": "e3af6e1d-d83a-4116-8f9f-5cb8ac2413c7", "content": "{\"action_type\":1,\"action_time\":1686817996,\"item_id\":\"@9VwWjvGUTp9kKW+ma4huFs791WPtO/mAPpx3rg6nL1kRbfn/60zdRmYqig357zEBDoyWkKJYf4Ae9sL0fd9gYw==\"}", "log_id": "20230615163316517143EDD4CEF10721B6" }