This commit is contained in:
sk 2024-06-13 13:54:20 +08:00
parent 53ba6b486e
commit e26134143e
4 changed files with 841 additions and 641 deletions

File diff suppressed because it is too large Load Diff

View File

@ -65,11 +65,19 @@ message TMInfo{
repeated string OnChannelName = 21;//
int32 ShowId = 22; //
}
message MatchTypeInfo{
string Name = 1; //
int32 SortId = 2; //
bool On = 3; //
int32 Id = 4; // id
}
//
//PACKET_TM_SCTMInfos
message SCTMInfos{
repeated TMInfo TMInfo = 1;//
repeated int32 TypeList = 2; // 1. 2. 3.vip比赛 4.
repeated MatchTypeInfo TypeList = 2; //
}
//
//PACKET_TM_CSTMRankList

File diff suppressed because it is too large Load Diff

View File

@ -455,10 +455,17 @@ message GameMatchDateList{
string Platform = 2;
}
message MatchTypeInfo{
string Name = 1; //
int32 SortId = 2; //
bool On = 3; //
int32 Id = 4; // id
}
// etcd /game/match_type
message GameMatchType{
string Platform = 1;
repeated int32 List = 2; // 1. 2. 3.vip比赛 4.
repeated MatchTypeInfo List = 2; //
}
message WelfareDate {