From faccea8d108f20bce83b85db263231bbd5b69f69 Mon Sep 17 00:00:00 2001 From: gaojie Date: Wed, 19 Jun 2019 16:33:40 +0800 Subject: [PATCH] fix --- protos/ChatProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {