mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-07-17 14:27:28 +08:00
提交代码
This commit is contained in:
parent
df213329ef
commit
2aec38738e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user