福利红包
parent
6a61b504ba
commit
b93d268293
|
@ -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; // 购买商店物品
|
||||
|
|
|
@ -897,3 +897,6 @@ import "CommonProto.proto";
|
|||
message VipLevelStateRewardResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
//福利红包请求
|
||||
message WelfareRedPacketRequest{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue