back_recharge
wangyuan 2019-09-16 12:57:35 +08:00
parent e1de5c8050
commit 2f4589af04
1 changed files with 1 additions and 0 deletions

View File

@ -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);