diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 60ea4ab4..06c9065b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -69,6 +69,7 @@ enum ITEM_POP_LABEL { // item弹窗标签 GetWish = 62; // 心愿单奖励 PlayroomTask = 63; // playroom任务 PlayroomTaskReward = 64; // playroom任务奖励 大奖 + PlayroomUpvote = 65; // 玩家点赞 } enum HANDLE_TYPE { ADD = 0; @@ -2063,13 +2064,13 @@ message ResPlayroomInfo{ int32 Status = 8; // 状态 0 未开始 1 选择奖励 2 已结束 bool defense = 9; // 是否有防御 map flip = 10; // 翻牌 <位置, 牌> - repeated ChipInfo Chip = 11; // 碎片 + int32 Chip = 11; // 碎片 string PetName = 12; // 宠物名 map Emoji = 13; // 表情 bool Upvote = 14; // 是否点赞 int32 UpvoteCount = 15; // 点赞次数 + map DressSet = 16; // 服装装饰 位置 =》 服装id } - // 请求翻牌 message ReqPlayroomFlip{ int32 Id = 1; // 翻牌位置