五点刷新推送

master_huanxiang
wangyuan 2019-06-15 15:42:23 +08:00
parent be57426afe
commit cd2ca89bf5
2 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,8 @@ enum MessageType{
FRIEND_SEARCH_REQUEST = 10512; //
FRIEND_SEARCH_RESPONSE = 10513;
FIVE_PLAYER_REFLUSH_INDICATION = 10514; //
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //
GET_PLAYERINFO_RESPONSE = 10601;

View File

@ -312,6 +312,12 @@ import "CommonProto.proto";
repeated int32 friendIds = 1;
}
message FivePlayerUpdateIndication{
optional int32 hadTakeDailyBox = 1 ;// 1vip -1
repeated Privilege privilege =2 ; //使
repeated ActivityInfo ActivityInfo =3;//
}