diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index 37f8691..2f6b2e6 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -13,6 +13,7 @@ message ChatInfo{ optional string head = 8; // 头像 optional string frame = 9; // 头像框 optional int32 soulVal = 10; // 战斗力 + optional uint64 messageId = 11; // 消息号 //跑马灯用 optional int32 messageType = 13; // 消息类型 1:吉运,2:勤勉 optional int32 itemId =14; // 查看道具id @@ -25,6 +26,7 @@ message ChatInfo{ message GetChatMessageInfoRequest { optional int32 chatType = 1; // 类型 0:系统 1:世界 2:公会 3 好友 + optional int32 messageId = 2; //消息号 } message GetChatMessageInfoResponse {