diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index 2f6b2e6..c328f17 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -26,7 +26,7 @@ message ChatInfo{ message GetChatMessageInfoRequest { optional int32 chatType = 1; // 类型 0:系统 1:世界 2:公会 3 好友 - optional int32 messageId = 2; //消息号 + optional uint64 messageId = 2; //消息号 } message GetChatMessageInfoResponse {