连续礼包优化
parent
56b5c2c3b7
commit
c57563a1a6
|
@ -192,4 +192,13 @@ import "CommonProto.proto";
|
|||
repeated int32 selectIds = 1;
|
||||
}
|
||||
|
||||
|
||||
// 妖晶购买道具
|
||||
message BuyGoodsToItemRequest{
|
||||
optional int32 goodId = 1;
|
||||
optional int32 goodsNum = 2;
|
||||
}
|
||||
message BuyGoodsToItemResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
|
|
@ -1360,6 +1360,11 @@ enum MessageType{
|
|||
|
||||
UpOrDownTransformationRequest = 3050022;
|
||||
|
||||
|
||||
// 购买道具礼包(妖晶)
|
||||
BuyGoodsToItemRequest = 3050023;
|
||||
BuyGoodsToItemResponse = 3050024;
|
||||
|
||||
|
||||
//周卡
|
||||
WeekCardInfoRequest = 3050030;
|
||||
|
|
Loading…
Reference in New Issue