diff --git a/protos/Family.proto b/protos/Family.proto index 4e44daf..15df8a9 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -392,7 +392,7 @@ import "CommonProto.proto"; optional int32 score = 5; optional int32 hadChallenge =6; // 是否已挑战过,1:表示挑战过,2:未挑战过。 optional int32 rank = 7; - optional TeamOneInfo teamInfo = 8; + repeated TeamSimpleInfo teamInfo = 8; } message GetCarChallenegListResponse{