From c5e47ae462a8076aabe7355a7844045232035321 Mon Sep 17 00:00:00 2001 From: duhui Date: Mon, 31 May 2021 14:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=8C:=E5=90=8D=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Family.proto b/protos/Family.proto index 351c4ab..a0b586d 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -410,6 +410,7 @@ import "CommonProto.proto"; optional int32 hadChallenge =6; // 是否已挑战过,1:表示挑战过,2:未挑战过。 optional int32 rank = 7; repeated TeamSimpleInfo teamInfo = 8; + optional int32 practiceLevel = 9;//修行等级 } message GetCarChallenegListResponse{