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