多对塔
parent
52e0f94c80
commit
0326bfb981
|
|
@ -1304,7 +1304,12 @@ option optimize_for = SPEED;
|
|||
message CompareNumLevelInfo {
|
||||
optional int32 levelId = 1; // 关卡Id
|
||||
repeated CompareNumLevelUserInfo userInfo = 2; // 关卡对应的好友信息
|
||||
|
||||
}
|
||||
|
||||
message DuoduiInfo{
|
||||
optional int32 type = 1;//1:双对,2:三队
|
||||
optional int32 tier = 2;//层数
|
||||
optional int32 rank = 3;//排名
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -267,8 +267,7 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
message DuoduiInfoResponse{
|
||||
optional int32 tier = 1;//层数
|
||||
optional int32 rank = 2;//排名
|
||||
repeated DuoduiInfo info = 1;//多队塔信息
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue