From 9a797b675b7845efea60a25c44b480787f8535f4 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 4 Apr 2023 12:03:40 +0800 Subject: [PATCH] update --- gim/connect.ext.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gim/connect.ext.proto b/gim/connect.ext.proto index a536a34..4d7d161 100644 --- a/gim/connect.ext.proto +++ b/gim/connect.ext.proto @@ -149,7 +149,8 @@ message RED_PACKAGE { int64 red_packet_id = 12; // 红包id int64 send_red_packet_uid = 13; // 红包发送者uid string send_red_packet_nickname = 14; // 红包发送者昵称 - string red_packet_small_content = 15; // 红包小文字内容 + string send_red_packet_avatar_url = 15; // 红包发送者头像 + string red_packet_small_content = 16; // 红包小文字内容 } /************************************消息体定义结束************************************/