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

代码调整

This commit is contained in:
Allen 2019-09-08 04:04:15 +08:00
parent aa24047672
commit 28d49bbb84

View File

@ -49,7 +49,6 @@ public class TestClass {
}
}
@Test
public void testGetImageData() {
byte[] data = wechat.getContactHeadImgByUserName(null);
FileOutputStream fos = null;
@ -71,4 +70,9 @@ public class TestClass {
}
}
}
@Test
public void sendMsgToSelf() {
wechat.sendTextToUserName(null, "测试一下");
}
}