直播间用户进离场推送
推送参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | string | 推送类型:alive_im |
message_id | 是 | string | 消息ID |
retry_times | 是 | int | 重试次数 |
action | 是 | String | 事件:enter—进场,out—离场 |
app_id | 是 | String | 店铺id |
alive_id | 是 | String | 直播id |
user_id | 是 | String | 用户id |
visit_time | 是 | String | 当前时间 |
推送解密后示例
<doc>
<action>out</action>
<visit_time>2023-01-10 17:59:59</visit_time>
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20211215_35810</message_id>
<type>alive_im</type>
<alive_id>l_63b3f5cfe4b030cacb03xxxxx</alive_id>
<user_id>u_60e5d19b4ce0b_U39AmCxxxx</user_id>
</doc>