新礼包推送

master_huanxiang
mengchengzhen 2021-04-26 10:45:36 +08:00
parent e56e463dba
commit d0277fe533
2 changed files with 6 additions and 0 deletions

View File

@ -887,6 +887,8 @@ enum MessageType{
EQUIP_UPLEVEL_REQUEST = 11848;// EQUIP_UPLEVEL_REQUEST = 11848;//
EQUIP_UPLEVEL_RESPONSE = 11849; EQUIP_UPLEVEL_RESPONSE = 11849;
PUSH_WELFARE_RESPONSE = 11850;//
// T 11900 // T 11900
TRIGGER_EVENT_REQUEST = 11900; // TRIGGER_EVENT_REQUEST = 11900; //
TRIGGER_EVENT_RESPONSE = 11901; TRIGGER_EVENT_RESPONSE = 11901;

View File

@ -834,4 +834,8 @@ import "CommonProto.proto";
message EquipUpLevelResponse{ message EquipUpLevelResponse{
optional bool result = 1; optional bool result = 1;
optional Drop drop = 2; optional Drop drop = 2;
}
//
message PushWelfareResponse{
repeated int32 id = 1;
} }