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