连续礼包优化

master_huanxiang
duhui 2021-12-02 15:10:30 +08:00
parent 56b5c2c3b7
commit c57563a1a6
2 changed files with 14 additions and 0 deletions

View File

@ -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;
}

View File

@ -1360,6 +1360,11 @@ enum MessageType{
UpOrDownTransformationRequest = 3050022;
//
BuyGoodsToItemRequest = 3050023;
BuyGoodsToItemResponse = 3050024;
//
WeekCardInfoRequest = 3050030;