天降礼包协议
parent
899f384ee5
commit
bb2a398b2a
|
@ -1320,17 +1320,17 @@ option optimize_for = SPEED;
|
|||
optional int32 rank = 3;//排名
|
||||
optional int32 time = 4;//时间
|
||||
}
|
||||
|
||||
message GmSingleActivity{
|
||||
optional int32 id = 1;
|
||||
optional string name = 2;
|
||||
optional int64 endTime = 3;
|
||||
repeated GmSingleGift missions = 4;
|
||||
}
|
||||
|
||||
message GmSingleGift{
|
||||
optional int32 giftId = 1;
|
||||
optional int32 sort = 2;
|
||||
optional string name = 3;
|
||||
optional string discount = 4;
|
||||
}
|
||||
|
||||
message GmSingleActivity{
|
||||
optional int32 id = 1;
|
||||
optional string name = 2;
|
||||
optional int64 endTime = 3;
|
||||
repeated GmSingleGift missions = 4;
|
||||
}
|
Loading…
Reference in New Issue