心愿抽卡更新

master_huanxiang
duhui 2021-05-25 15:37:02 +08:00
parent a497fb87fb
commit 0d48157660
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ import "CommonProto.proto";
message choiceDrawCardRequest{
optional int32 activityId = 1;
optional int32 type = 2;
optional int32 type = 2; // :1 :2
}
message choiceDrawCardResponse{

View File

@ -293,7 +293,7 @@ option optimize_for = SPEED;
optional int32 reallyOpen = 4; // 0: 1
optional int32 startTime = 5; //
optional int32 value = 6; //
optional int32 addValue = 7; //
optional string addValue = 7; //
}
message GmResponse{