fix
parent
1405ed0a78
commit
dd9651f8f7
|
@ -2,20 +2,6 @@ package com.ljsd.jieling.protocols;
|
||||||
|
|
||||||
option optimize_for = SPEED;
|
option optimize_for = SPEED;
|
||||||
|
|
||||||
message GetChatMessageInfoRequest {
|
|
||||||
optional int32 chatType = 1; // 类型 0:系统 1:世界 2:公会 3 好友
|
|
||||||
}
|
|
||||||
|
|
||||||
message GetChatMessageInfoResponse {
|
|
||||||
repeated ChatInfo chatInfo = 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
message SendChatInfoReqest {
|
|
||||||
optional int32 chatType = 1; // 类型 0:系统 1:世界 2:公会 3 好友
|
|
||||||
optional string message = 2; //聊天内容
|
|
||||||
optional int32 friendId = 3; // 接受聊天的好友id
|
|
||||||
}
|
|
||||||
|
|
||||||
message ChatInfo{
|
message ChatInfo{
|
||||||
optional int32 senderId = 1;//发送用户id
|
optional int32 senderId = 1;//发送用户id
|
||||||
|
@ -33,3 +19,18 @@ message ChatInfo{
|
||||||
optional int32 PriorityLevel =18 ;// 优先级
|
optional int32 PriorityLevel =18 ;// 优先级
|
||||||
optional int32 Frequency = 19; //频率(s)
|
optional int32 Frequency = 19; //频率(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message GetChatMessageInfoRequest {
|
||||||
|
optional int32 chatType = 1; // 类型 0:系统 1:世界 2:公会 3 好友
|
||||||
|
}
|
||||||
|
|
||||||
|
message GetChatMessageInfoResponse {
|
||||||
|
repeated ChatInfo chatInfo = 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
message SendChatInfoReqest {
|
||||||
|
optional int32 chatType = 1; // 类型1:世界 2:公会 3 好友
|
||||||
|
optional string message = 2; //聊天内容
|
||||||
|
optional int32 friendId = 3; // 接受聊天的好友id
|
||||||
|
}
|
Loading…
Reference in New Issue