Skip to content

用户直播间领取红包推送

推送参数

暂时仅限普通、区域、红包雨和口令红包类型;其他默认推送参数文档,参考消息推送-使用说明
参数必选类型描述
msg_typestring消息类型:event-事件
eventstring事件类型 :envelopeRob--领取红包
dataobject消息内容

data 参数结构

参数必选类型描述
room_idstring直播间id
wechat_user_space_idstring用户ID
namestring用户昵称
photostring用户头像
third_wechat_infoarray客户公众号下用户信息
third_user_infoobject客户系统下用户信息
envelopeobject红包信息

third_wechat_info 参数结构

参数必选类型描述
authorizer_appidstring客户公众号appid
openidstring客户openid
unionidstring客户unionid

third_user_info 参数结构

参数必选类型描述
third_uuidstring客户系统用户ID
third_attachstring客户系统用户附属信息。json字符串

envelope 参数结构

参数必选类型描述
envelope_send_infoobject发红包信息
envelope_rob_infoobject抢红包信息
rob_amountstring抢到的红包金额

envelope_send_info 参数结构

参数必选类型描述
idstring发红包id
room_idstring直播间id
uidstringuid
wechat_user_space_idstring诺云侧用户id
namestring发红包的用户名称
photostring发红包的用户头像
create_timestring发红包时间
typestring红包类型
envelopextstring红包扩展信息
type_cnstring红包类型

envelope_rob_info 参数结构

参数必选类型描述
idstring抢红包id
eidstring发红包id
amountstring抢到红包的金额
create_timestring记录创建时间
rob_namestring抢红包的用户名称
rob_photostring抢红包的用户头像
typestring红包类型
pick_up_timestring抢红包时间

推送示例


{  
    "key":"ny6aec68a94xxx",  
    "timestamp":"1699149777000",  
    "sign":"697a963c7768xxx",  
    "msg_id":"2177E51538CC00xxx",  
    "msg_type":"event",  
    "event":"visitRoom",  
    "push_msg_url":"https://xxx.nuoyun.tv/xxx",  
    "data":{  
        "room_id":"6897xxx",  
        "wechat_user_space_id":"20401xx",  
        "name":"小趴xx",  
        "photo":"https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeaxxxx",  
        "third_wechat_info":[  
            {  
                "authorizer_appid":"wxc277bd41d8xxx",  
                "openid":"oKFTf0SGJMuBSaQwBnxxx",  
                "unionid":"o8-ysvzW-BYxHbxxx"  
            }  
        ],  
         "envelope": {
			"envelope_send_info": {
				"id": "20696",
				"room_id": "1700241152",
				"uid": "28946",
				"wechat_user_space_id": "1613694",
				"name": "\u968f\u559c",
				"photo": "https:\/\/nyfs-alpha.oss-cn-hangzhou.aliyuncs.com\/Uploads\/WxHeadImg2023\/DF81\/7CEED202C1877609DEB3EB288EAADF81.jpg",
				"create_time": "2025-05-26 10:38:42",
				"type": "1",
				"envelopext": null,
				"type_cn": "\u666e\u901a\u5b9e\u65f6\u7ea2\u5305"
			},
			"envelope_rob_info": {
				"id": "315468",
				"eid": "20696",
				"amount": "1.64",
				"create_time": "2025-05-26 10:38:52",
				"rob_name": "\u968f\u559c",
				"rob_photo": "https:\/\/nyfs-alpha.oss-cn-hangzhou.aliyuncs.com\/Uploads\/WxHeadImg2023\/DF81\/7CEED202C1877609DEB3EB288EAADF81.jpg",
				"type": "1",
				"pick_up_time": "2025-05-26 10:38:52"
			},
			"rob_amount": "1.64"
		},
    }  
}