mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-12-25 11:29:40 +08:00
更新 README.md
This commit is contained in:
@@ -54,6 +54,6 @@ wechat.addReceivedMsgHandler(new ReceivedMsgHandler() {
|
|||||||
String name = StringUtil.isEmpty(contact.getRemarkName()) ? contact.getNickName() : contact.getRemarkName();
|
String name = StringUtil.isEmpty(contact.getRemarkName()) ? contact.getNickName() : contact.getRemarkName();
|
||||||
System.out.println(name + ": " + msg.getContent());
|
System.out.println(name + ": " + msg.getContent());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user