From fedcc0a8a40c5daff3df983d08a5b21bf272c3d0 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=BD=93=E5=8A=9B=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 941adfbc..8188fc7d 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -83,6 +83,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 ActPassReward = 75; // 通行证奖励 FriendReplyHandle = 76; // 好友请求处理 GetChessRetireReward = 77; // 退役奖励 + ApplyFriendSponsor = 78; // 申请好友赞助 } enum HANDLE_TYPE { ADD = 0; @@ -1599,6 +1600,7 @@ message ResFriendList{ repeated ResPlayerSimple FriendList = 1; repeated int64 ReqApplyList = 3; // 已申请好友列表 repeated int32 Npc = 2; // npc列表 + int32 Sponsor = 4; // 今日赞助次数 } message ReqAddNpc{ @@ -1705,6 +1707,7 @@ message ResFriendApplyNotify{ // 申请好友 message ReqApplyFriend{ int64 Uid = 1; + int32 Type = 2; // 0:普通请求 1:赞助请求 } message ResApplyFriend{