diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index fb685e6..3ded1b5 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -29,4 +29,9 @@ import "CommonProto.proto"; } message SeletSubRewardPoolResponse{ + } + //灵兽up抽卡 + message SpecicalMonsterChooseRequest{ + 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 ec67e08..fe2769d 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -845,6 +845,9 @@ enum MessageType{ SITUATION_CHALLENGE_RESPONSE = 11844; SITUATION_INFO_INDICATION = 11845;//轩辕宝镜刷新推送 + + SPECICAL_MONSTER_CHOOSE_REQUEST = 11846;//灵兽活动选择up灵兽 + SPECICAL_MONSTER_CHOOSE_RESPONSE = 11847; // T 11900 TRIGGER_EVENT_REQUEST = 11900; // TRIGGER_EVENT_RESPONSE = 11901;