From 91b5f09b2bd6fcfab6721ce0b66f55092b127dc2 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 30 Mar 2023 18:46:28 +0800 Subject: [PATCH] update --- gim/connect.ext.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gim/connect.ext.proto b/gim/connect.ext.proto index d923e50..3f8924a 100644 --- a/gim/connect.ext.proto +++ b/gim/connect.ext.proto @@ -147,6 +147,9 @@ message RED_PACKAGE { string received_user_nickname = 10; // 领取用户昵称 RedPacketStatusType red_packet_status_type = 11; // 领取状态 int64 red_packet_id = 12; // 红包id + int64 send_red_packet_uid = 13; // 红包发送者uid + int64 send_red_packet_nickname = 14; // 红包发送者昵称 + int64 red_packet_small_content = 15; // 红包小文字内容 } /************************************消息体定义结束************************************/