称号激活推送

master_huanxiang
lvxinran 2021-07-23 15:28:41 +08:00
parent e3e1a3d6b4
commit 69e6440c21
2 changed files with 7 additions and 0 deletions

View File

@ -975,6 +975,9 @@ enum MessageType{
UP_SOUL_EQUIP_QUICK_REQUEST = 12018;
UP_SOUL_EQUIP_RESPONSE = 12019; //
USER_TITLE_ADD_INDICATION = 12020;//
// V 12100

View File

@ -903,3 +903,7 @@ import "CommonProto.proto";
//
message WelfareRedPacketRequest{
}
message UserTitleAddIndication{
optional int32 decorationId = 1;
optional int32 time = 2;
}