Remove block comments
This commit is contained in:
parent
145a8d7249
commit
d40695e3f8
@ -19,7 +19,7 @@ public class Main {
|
|||||||
|
|
||||||
// 登录账号 wxid
|
// 登录账号 wxid
|
||||||
logger.info("wxid: {}", client.getSelfWxid());
|
logger.info("wxid: {}", client.getSelfWxid());
|
||||||
/*
|
|
||||||
// 消息类型
|
// 消息类型
|
||||||
logger.info("message types: {}", client.getMsgTypes());
|
logger.info("message types: {}", client.getMsgTypes());
|
||||||
|
|
||||||
@ -57,6 +57,6 @@ public class Main {
|
|||||||
thread.start();
|
thread.start();
|
||||||
// client.diableRecvMsg(); // 需要停止时调用
|
// client.diableRecvMsg(); // 需要停止时调用
|
||||||
|
|
||||||
client.keepRunning();*/
|
client.keepRunning();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user