回复中奖数

master_huanxiang
zhangshanxue 2019-09-27 15:24:29 +08:00
parent 4175b75d04
commit 116207f0d3
2 changed files with 3 additions and 2 deletions

View File

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

View File

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