From 87d0eb061592cc0575f3afae0f585d8a6561850e Mon Sep 17 00:00:00 2001 From: Allen Date: Fri, 17 Aug 2018 22:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2849cd3..e8f4718 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ wechat.addReceivedMsgHandler(new ReceivedMsgHandler() { UserInfo contact = wechat.getContactByUserName(false, msg.getFromUserName()); String name = StringUtil.isEmpty(contact.getRemarkName()) ? contact.getNickName() : contact.getRemarkName(); System.out.println(name + ": " + msg.getContent()); - } - }); + } +}); ```