diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index d227540..1f92e76 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -227,8 +227,8 @@ import "CommonProto.proto"; } message FastFightChallengeResponse{ - optional int32 score = 1; //获取积分信息 - optional int32 hurt = 2 ;// 伤害值 + optional int64 score = 1; //获取积分信息 + optional int64 hurt = 2 ;// 伤害值 optional FightData fightData = 3; }