lvxinran 2019-10-19 15:36:47 +08:00
commit 4c8400e997
2 changed files with 3 additions and 2 deletions

View File

@ -662,6 +662,7 @@ option optimize_for = SPEED;
message LuckWheelRewardPosInfo{ message LuckWheelRewardPosInfo{
optional int32 pos = 1; optional int32 pos = 1;
optional int32 luckId = 2;//id optional int32 luckId = 2;//id
optional int32 luckTimes = 3;//
} }

View File

@ -578,7 +578,7 @@ import "CommonProto.proto";
} }
message GetLuckWheelRandRewardResponse{ message GetLuckWheelRandRewardResponse{
optional int32 activityId = 1; optional int32 activityId = 1;
optional int32 pos = 2; repeated LuckWheelRewardPosInfo posInfos = 2;
optional Drop drop = 3; optional Drop drop = 3;
} }