Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs
This commit is contained in:
commit
4f03fe5a9a
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user