Skip to content

直播间用户进离场推送

推送参数

参数名必选类型说明
typestring推送类型:alive_im
message_idstring消息ID
retry_timesint重试次数
actionString事件:enter—进场,out—离场
app_idString店铺id
alive_idString直播id
user_idString用户id
visit_timeString当前时间

推送解密后示

<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>