This commit is contained in:
sk 2024-06-21 10:12:31 +08:00
parent 363a220348
commit 50cd157437
2 changed files with 27 additions and 0 deletions

View File

@ -658,4 +658,19 @@ message ChannelSwitchConfig{
int32 Tp = 1; // 1. 2.
string Platform = 2; // id
repeated string OnChannelName = 3; //
}
message RankAward{
int64 Start = 1; //
int64 End = 2; //
int64 Num = 3; //
}
// etcd /game/act_invite
message ActInviteConfig {
int64 BindScore = 1; //
int64 RechargeScore = 2; //
map<int64,int64> PayScore = 3; //
repeated RankAward Awards = 4; //
repeated int64 Rates = 5; //
}

View File

@ -246,6 +246,13 @@ message SCWelfareRelief{
//
// PACKET_CSInviteInfo
message CSInviteInfo{}
message RankAward{
int64 Start = 1; //
int64 End = 2; //
int64 Num = 3; //
}
// PACKET_SCInviteInfo
message SCInviteInfo{
int32 Num = 1; //
@ -253,6 +260,11 @@ message SCInviteInfo{
string InviteUrl = 3; //
int64 Score = 4; //
string OtherCode = 5; //
int64 BindScore = 6; //
int64 RechargeScore = 7; //
map<int64,int64> PayScore = 8; //
repeated RankAward Awards = 9; //
repeated int64 Rates = 10; //
}
//