好友聊天推送
parent
7b55af89bc
commit
14bed7e3f6
|
@ -26,11 +26,14 @@ message GetChatMessageInfoRequest {
|
|||
|
||||
message GetChatMessageInfoResponse {
|
||||
repeated ChatInfo chatInfo = 1;
|
||||
|
||||
}
|
||||
|
||||
message SendChatInfoReqest {
|
||||
optional int32 chatType = 1; // 类型1:世界 2:公会 3 好友
|
||||
optional string message = 2; //聊天内容
|
||||
optional int32 friendId = 3; // 接受聊天的好友id
|
||||
}
|
||||
|
||||
message SendChatInfoIndication {
|
||||
optional ChatInfo chatInfo = 1;
|
||||
}
|
Loading…
Reference in New Issue