From 42bc407f543d294a029b5c88ae71bd6cf9e042e0 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 15 Jun 2023 18:30:21 +0800 Subject: [PATCH] proto --- protocol/userProxy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 149e111..aecd63a 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -212,6 +212,7 @@ message GlobalGiftBanner { Svip receiveSvip = 13; uint32 bannerType = 14; // 类型:0.普通礼物 1.cp直接送礼 2.cp告白礼物 uint32 cpLevel = 15; // cp等级 + string receiveUserAvatar = 16; } /* id == 116 横幅的回应,用来测量RTT */ -- 2.22.0