2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-07-17 14:27:28 +08:00

提交代码

This commit is contained in:
hotlcc 2018-07-25 20:37:19 +08:00
parent df213329ef
commit 2aec38738e

View File

@ -16,7 +16,7 @@ public class TestClass2 {
UserInfo contact = wechat.getContactByUserName(false, msg.getFromUserName());
System.out.println(contact.getRemarkName() + "" + msg.getContent());
if ("李国栋".equals(contact.getRemarkName())) {
JSONObject result = wechat.sendText("你的消 息收到了", contact.getUserName());
JSONObject result = wechat.sendText("你的消息收到了", contact.getUserName());
System.out.println(result);
}
}