增加消息号
parent
a7edd79b96
commit
17558458e5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue