称号激活推送
parent
e3e1a3d6b4
commit
69e6440c21
|
@ -977,6 +977,9 @@ enum MessageType{
|
|||
UP_SOUL_EQUIP_RESPONSE = 12019; //魂印升级
|
||||
|
||||
|
||||
USER_TITLE_ADD_INDICATION = 12020;//称号激活推送
|
||||
|
||||
|
||||
// V 12100
|
||||
VIEW_FIGHTREPLAY_REQUEST = 12100; // 查看战斗回放
|
||||
VIEW_FIGHTREPLAY_RESPONSE = 12101;
|
||||
|
|
|
@ -903,3 +903,7 @@ import "CommonProto.proto";
|
|||
//福利红包请求
|
||||
message WelfareRedPacketRequest{
|
||||
}
|
||||
message UserTitleAddIndication{
|
||||
optional int32 decorationId = 1;
|
||||
optional int32 time = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue