From a43a465a5e16fa2b74872371d2bb5c678f290975 Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Tue, 19 Oct 2021 15:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=B1=E6=B2=B3=E7=A4=BE=E7=A8=B7=E5=9B=BE?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E6=AF=8F=E6=97=A5=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 ++ protos/PlayerInfoProto.proto | 1 + 2 files changed, 3 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 3d9f7bf..035b2b3 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -572,6 +572,8 @@ enum MessageType{ HONGMENG_STELE_NEW_HAND_INDICATION = 10725;//鸿蒙碑新手引导推送 + HARD_STAGE_TAKE_DAILY_REWAR_REQUEST = 10726;//山河社稷图领取每日奖励 + HARD_STAGE_TAKE_DAILY_REWAR_RESPONSE = 10727; // I 10800 // J 10900 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index c635ec3..8e03ff3 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -918,6 +918,7 @@ import "CommonProto.proto"; } message HardStageResponse{ optional HardStageInfo info = 1; + optional bool isTake = 2; // 是否领取每日奖励 false :未领取 } //请求山河社稷图战斗 message HardStageFightRequest{