更新秘盒赛季信息

master_huanxiang
wangyuan 2019-08-14 17:24:33 +08:00
parent 824d9d4596
commit 39a0cac945
2 changed files with 7 additions and 0 deletions

View File

@ -545,6 +545,8 @@ enum MessageType{
UPDATE_USER_EXP_INDICATION = 12011 ; //
UPDATE_SECRET_BOX_SEASON_INDICATION = 12012; //
// V 12100
VIEW_FIGHTREPLAY_REQUEST = 12100; //
VIEW_FIGHTREPLAY_RESPONSE = 12101;

View File

@ -471,3 +471,8 @@ import "CommonProto.proto";
optional int32 exp =2 ; //
}
message UpdateSecretBoxSeasonIndication{
optional int32 newSeasonId = 1 ;// id id=0
}