This commit is contained in:
cc
2024-11-13 23:02:05 +08:00
parent c1564261b1
commit 010a3ddd2d
2 changed files with 59 additions and 47 deletions

View File

@@ -468,11 +468,6 @@ public class JDUtils {
// 推送
wxUtil.sendTextMessage(WXUtil.super_admin_wxid, content, 1, WXUtil.super_admin_wxid);
try {
sleep(300);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
}
}