福利红包

master_huanxiang
mengchengzhen 2021-05-18 14:21:19 +08:00
parent e52abb9c4e
commit 6ee55ef495
3 changed files with 11 additions and 1 deletions

View File

@ -921,5 +921,9 @@ option optimize_for = SPEED;
optional int32 mountId = 1;
optional int32 overTime = 2;
}
//
message WelfareRedPacket{
optional int32 id = 1;
optional int32 num = 2;
}

View File

@ -81,6 +81,8 @@ enum MessageType{
ADVENTURE_CALL_BOSS_REQUEST = 10054; // boss
ADVENTURE_CALL_BOSS_RESPONSE = 10055;
WELFARE_RED_PACKET_INFO = 10056;//
// B 10100
BUY_STORE_ITEM_REQUEST = 10100; //
BUY_STORE_ITEM_RESPONSE = 10101;

View File

@ -838,4 +838,8 @@ import "CommonProto.proto";
//
message PushWelfareResponse{
repeated int32 id = 1;
}
//
message WelfareRedPacketPush{
repeated WelfareRedPacket redpacket = 1;
}