聊天队伍称号添加

master_huanxiang
mengchengzhen 2021-04-12 10:22:00 +08:00
parent a0bf47d562
commit 7c330aaacb
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ message ChatInfo{
optional int32 Frequency = 19; //(s)
optional int32 speed = 20;
optional int32 multiple = 21; //
optional int32 userTitle = 22;
}
message GetChatMessageInfoRequest {

View File

@ -657,6 +657,7 @@ option optimize_for = SPEED;
optional string guildName =7; //
optional TeamOneTeamInfo team = 6;
optional int32 isApplyed = 8;//
optional int32 userTitle = 9;
}
//
@ -787,6 +788,7 @@ option optimize_for = SPEED;
optional int32 count = 6;
optional int32 itemId = 7;
optional int32 position = 8;//
optional int32 userTitle = 9;
}
message ExpeditionSimpleBossInfo{