mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-09 03:54:08 +08:00
代码调整
This commit is contained in:
parent
aa24047672
commit
28d49bbb84
@ -49,7 +49,6 @@ public class TestClass {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testGetImageData() {
|
public void testGetImageData() {
|
||||||
byte[] data = wechat.getContactHeadImgByUserName(null);
|
byte[] data = wechat.getContactHeadImgByUserName(null);
|
||||||
FileOutputStream fos = null;
|
FileOutputStream fos = null;
|
||||||
@ -71,4 +70,9 @@ public class TestClass {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void sendMsgToSelf() {
|
||||||
|
wechat.sendTextToUserName(null, "测试一下");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user