diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index a73ac19..7286c65 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -257,7 +257,7 @@ import "CommonProto.proto"; } message DuoduiChallengeResponse{ - optional bool result = 1;//是否通过 + repeated int32 result = 1;//是否通过 optional Drop drop = 2;//奖励 repeated FightData data = 3;//战斗结果 }