更新协议

This commit is contained in:
hahwu 2024-11-22 11:43:21 +08:00
parent 676150abe0
commit 5ae9a9dae9
2 changed files with 2 additions and 0 deletions

View File

@ -940,6 +940,7 @@ message ResChampship{
int32 Score = 1; // 获得的总积分 int32 Score = 1; // 获得的总积分
int32 Reward = 2; // 当前已领取的档次 int32 Reward = 2; // 当前已领取的档次
int32 EndTime = 3; // 结束时间 int32 EndTime = 3; // 结束时间
int32 Period = 4; //周期
} }
message ReqChampshipReward{} message ReqChampshipReward{}

View File

@ -3011,6 +3011,7 @@ message ResChampship{
int32 Score = 1; int32 Score = 1;
int32 Reward = 2; int32 Reward = 2;
int32 EndTime = 3; int32 EndTime = 3;
int32 Period = 4;
} }
message ReqChampshipReward{} message ReqChampshipReward{}