diff --git a/config/AllLanguage.xlsx b/config/AllLanguage.xlsx index 93f7808d..80364a76 100644 Binary files a/config/AllLanguage.xlsx and b/config/AllLanguage.xlsx differ diff --git a/config/Collect.xlsx b/config/Collect.xlsx index a13adb6f..abae197c 100644 Binary files a/config/Collect.xlsx and b/config/Collect.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index d7e6d33a..bc5290b7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2155,6 +2155,29 @@ message ResChampship{ int32 YesterdayActivityId = 9;//昨日生效的活动类型 } +message ChampionshipCfg{ + int32 Id = 1; // 锦标赛id + int32 Skin = 2; // 锦标赛皮肤 + repeated ChampionshipCfgJackpot JackpotList = 3; // 锦标赛奖池 + repeated ChampionshipCfgRank RankList = 4; // 锦标赛排行奖励 +} + +message ChampionshipCfgJackpot{ + int32 Id = 1; // 锦标赛奖池id + int32 Score = 2; // 锦标赛积分 + int32 Total = 3; // 锦标赛总积分 + repeated ItemInfo Items = 4; // 奖励 + int32 StarReward = 5; // 星星奖励 +} + +message ChampionshipCfgRank{ + int32 Id = 1; // 锦标赛排行奖励id + int32 Min = 2; // 锦标赛排行最小值 + int32 Max = 3; // 锦标赛排行最大值 + repeated ItemInfo Items = 4; // 奖励 +} + + // 获取锦标赛奖励 message ReqChampshipReward{} @@ -2296,11 +2319,11 @@ message ResCatReturnGiftReward{ string Msg = 2; } -message ReqCatReturnGiftRewardGfit{ +message ReqCatReturnGiftRewardGift{ int32 Id = 1; // 奖励id } -message ResCatReturnGiftRewardGfit{ +message ResCatReturnGiftRewardGift{ RES_CODE Code = 1; string Msg = 2; } @@ -2625,8 +2648,8 @@ message ResPlayroomPetAirSet{ } // 处理离线打工 -message ReqPlayroomWrokOutline{} -message ResPlayroomWrokOutline{ +message ReqPlayroomWorkOutline{} +message ResPlayroomWorkOutline{ RES_CODE Code = 1; string Msg = 2; }