From 284cfa6fab96bfb3ad502452bb51ceda138ea020 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 7 May 2020 15:14:07 +0800 Subject: [PATCH] fix --- protos/Family.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/Family.proto b/protos/Family.proto index 9061c2d..87e5720 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -382,7 +382,7 @@ import "CommonProto.proto"; optional int32 bossIndexId = 3; //boss索引id } - message getCarChallenegListResponse{ + message GetCarChallenegListResponse{ repeated RankInfo rankInfo = 1; optional int32 myRank = 2; //我的排名 optional int32 myScore = 3 ;//我的积分