From 3d74413d55a3859de6efb90347c820fe149321cf Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 15 Jun 2023 16:38:58 +0800 Subject: [PATCH] cp --- protocol/userProxy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 15ce505..b7254a5 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -210,6 +210,7 @@ message GlobalGiftBanner { string giftPicUrl = 11; Svip svip = 12; Svip receiveSvip = 13; + uint32 bannerType = 14; // 类型:0.普通礼物 1.cp直接送礼 2.cp告白礼物 } /* id == 116 横幅的回应,用来测量RTT */ -- 2.22.0