限时抽卡

lvxinran 2019-12-13 08:08:27 +08:00
parent 77360f264f
commit cd65719a14
2 changed files with 9 additions and 1 deletions

View File

@ -502,6 +502,8 @@ enum MessageType{
// N 11300
NOTIFY_PAY_SUCCESS_INDICATION = 11300 ; //
NEXT_ACTIVITY_REQUEST = 11301;//
NEXT_ACTIVITY_RESPONSE = 11302;
// O 11400
// P 11500
POKEMON_COMONPENT_LEVELUP_REQUEST = 11500; //

View File

@ -637,5 +637,11 @@ import "CommonProto.proto";
repeated UserRank ranks = 1;
optional RankInfo myRankInfo = 2;
}
message NextActivityRequest{
optional int32 activiteId = 1;
}
message NextActivityResponse{
optional int32 id = 1;//id
optional int32 time = 2;//
}