chat log
parent
e1de5c8050
commit
2f4589af04
|
@ -90,6 +90,7 @@ public class ChatLogic {
|
|||
* @param message
|
||||
*/
|
||||
public void sendChatMessage(ISession iSession, int chatType, String message,int friendId) throws Exception {
|
||||
System.out.println("the uid=" + iSession.getUid() + "send msg =" +message);
|
||||
int msgId = MessageTypeProto.MessageType.SEND_CHAT_INFO_RESPONSE_VALUE;
|
||||
int uid = iSession.getUid();
|
||||
User user = UserManager.getUser(uid);
|
||||
|
|
Loading…
Reference in New Issue