Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3dea0ee

Browse files
committed
feat(0): [wcf-bmc]-代码注释补充
1 parent0e13a28 commit3dea0ee

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
privatefinalStringcode;

‎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
privateBooleaninitStatus =false;
6565

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp