From 080a793345bca8009c23a9863d0da72328e665b2 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:39:18 +0800 Subject: [PATCH] =?UTF-8?q?playroom=E8=A1=A8=E6=83=85=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index ee636fb8..b9b03c12 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2129,6 +2129,7 @@ message NotifyPlayroomLose{ message ChipInfo { int64 Uid = 1; // 玩家id + int32 EmojiId = 2; // 表情id } message NotifyPlayroomMood{ @@ -2196,7 +2197,9 @@ message ResPlayroomFlip{ } // 领取游戏奖励 -message ReqPlayroomFlipReward{} +message ReqPlayroomFlipReward{ + int32 EmojiId = 1; // 表情id +} message ResPlayroomFlipReward{ RES_CODE Code = 1; @@ -2205,6 +2208,7 @@ message ResPlayroomFlipReward{ message ReqPlayroomGame{ int32 Type = 1; // 1:绿色 2:黄色 3:红色 + int32 EmojiId = 2; // 表情id } message ResPlayroomGame{ @@ -2240,6 +2244,7 @@ message ResPlayroomSetRoom{ message ReqPlayroomSelectReward{ int32 Id = 1; // 奖励id + int32 EmojiId = 2; // 表情id } message ResPlayroomSelectReward{