mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-10 12:34:07 +08:00
更新 README.md
This commit is contained in:
parent
990f1ada42
commit
87d0eb0615
@ -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());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user