连续礼包优化

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

@ -193,3 +193,12 @@ import "CommonProto.proto";
}
//
message BuyGoodsToItemRequest{
optional int32 goodId = 1;
optional int32 goodsNum = 2;
}
message BuyGoodsToItemResponse{
optional Drop drop = 1;
}

View File

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