新礼包推送
parent
e56e463dba
commit
d0277fe533
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue