Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
c9e4153dfd
|
@ -603,4 +603,9 @@ option optimize_for = SPEED;
|
|||
message EndlessPoint{
|
||||
optional int32 location = 1;
|
||||
optional int32 monsterId = 2;
|
||||
}
|
||||
//我要变强英雄信息
|
||||
message StrongerInfo{
|
||||
optional int32 curScore = 1;
|
||||
optional int32 maxScore = 2;
|
||||
}
|
|
@ -571,6 +571,9 @@ enum MessageType{
|
|||
|
||||
TAKE_SEVEN_HAPPY_REWARD_REQUEST = 11912;// 领取七日狂欢积分奖励
|
||||
TAKE_SEVEN_HAPPY_REWARD_RESPONSE = 11913;
|
||||
|
||||
TO_BE_STRONGER_REQUEST = 11914;//我要变强
|
||||
TO_BE_STRONGER_RESPONSE = 11915;
|
||||
|
||||
// U 12000
|
||||
UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破
|
||||
|
|
|
@ -508,3 +508,9 @@ import "CommonProto.proto";
|
|||
message GetPhoneRewardResponse{
|
||||
optional Drop drop =1 ;
|
||||
}
|
||||
message GetToBeStrongerRequest{
|
||||
optional int32 tempId = 1;
|
||||
}
|
||||
message GetToBeStrongerResponse{
|
||||
repeated StrongerInfo infos = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue