fix chat
parent
bddb28af73
commit
2a8bda3cc7
|
|
@ -38,7 +38,11 @@ message SendChatInfoReqest {
|
|||
optional string message = 2; //聊天内容
|
||||
optional int32 friendId = 3; // 接受聊天的好友id
|
||||
}
|
||||
message SendChatInfoResponse {
|
||||
optional ChatInfo chatInfo = 1;
|
||||
}
|
||||
|
||||
message SendChatInfoIndication {
|
||||
optional ChatInfo chatInfo = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue