From 0182965fb8f5301235bc2b0f96191e7dbebbc0a7 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Sat, 8 Jan 2022 13:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E6=98=9F=E6=B4=BB=E5=8A=A8=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=8B=B1=E9=9B=84=E5=8D=8F=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 7 ++++++- protos/MessageTypeProto.proto | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index dca9dd3..f0e6e2e 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -201,4 +201,9 @@ import "CommonProto.proto"; message BuyGoodsToItemResponse{ optional Drop drop = 1; } - \ No newline at end of file + + //英雄升星活动 选择升星英雄协议 + message UpStarActivitySelectRequest{ + optional int32 activityId = 1; + optional int32 selectId = 2; + } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 16e07fc..cbfaee6 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1141,6 +1141,9 @@ enum MessageType{ LIFE_GRID_CHANGE_REQUEST = 20221;//命格穿戴/卸下协议 LIFE_GRID_CHANGE_RESPONSE = 20222; + UP_START_ACTIVITY_SELECT_REQUEST = 20223;//命格穿戴/卸下协议 + UP_START_ACTIVITY_SELECT_RESPONSE = 20224; + //30000以后 新增协议号使用协议名定义 协议号自动映射