多对塔

master_huanxiang
duhui 2023-03-07 17:35:54 +08:00
parent 52e0f94c80
commit 0326bfb981
2 changed files with 7 additions and 3 deletions

View File

@ -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;//12
optional int32 tier = 2;//
optional int32 rank = 3;//
}

View File

@ -267,8 +267,7 @@ import "CommonProto.proto";
}
message DuoduiInfoResponse{
optional int32 tier = 1;//
optional int32 rank = 2;//
repeated DuoduiInfo info = 1;//
}