Impl getContacts
This commit is contained in:
parent
45c029ed79
commit
55d213692b
@ -101,7 +101,6 @@ public class Client {
|
||||
|
||||
public void printContacts(List<RpcContact> contacts) {
|
||||
for (RpcContact c : contacts) {
|
||||
// logger.info(c.getWxid());
|
||||
int value = c.getGender();
|
||||
String gender;
|
||||
if (value == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user