Skip to content

Commit 3dea0ee

Browse files
committed
feat(0): [wcf-bmc]-代码注释补充
1 parent 0e13a28 commit 3dea0ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

clients/java/wcf-bmc/src/main/java/com/wechat/ferry/enums/ReceiveMsgChannelEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* 枚举-接收消息处理渠道
12-
*
12+
*
1313
* @author chandler
1414
* @date 2024/12/25 14:15
1515
*/
@@ -27,7 +27,7 @@ public enum ReceiveMsgChannelEnum {
2727
*/
2828
UN_MATCH("", null),
2929

30-
// 结束
30+
// END
3131
;
3232

3333
private final String code;

clients/java/wcf-bmc/src/main/java/com/wechat/ferry/task/ContactGroupMonitorTask.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public void setWechatSocketClient(WeChatSocketClient wechatSocketClient) {
6363
*/
6464
private Boolean initStatus = false;
6565

66+
/**
67+
* 定时任务-联系人群组监控
68+
* TODO-存在BUG 仅当做案例进行展示
69+
*/
6670
@Scheduled(cron = "0 0 0 * * ?")
6771
public void scheduled() {
6872
if (true) {

0 commit comments

Comments
 (0)