福利红包

master_huanxiang
mengchengzhen 2021-05-26 11:16:06 +08:00
parent 6a61b504ba
commit b93d268293
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,7 @@ enum MessageType{
WELFARE_RED_PACKET_INFO = 10056;//
WELFARE_RED_PACKET_SEND_REQUEST = 10057;//
WELFARE_RED_PACKET_SEND_RESPONSE = 10058;
WELFARE_RED_PACKET_REQUEST = 10059;
// B 10100
BUY_STORE_ITEM_REQUEST = 10100; //

View File

@ -897,3 +897,6 @@ import "CommonProto.proto";
message VipLevelStateRewardResponse{
optional Drop drop = 1;
}
//
message WelfareRedPacketRequest{
}