Kaynağa Gözat

上报地址修改!

hl 1 yıl önce
ebeveyn
işleme
d882478cb7
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/Interval.js

+ 3 - 3
src/Interval.js

@@ -7,10 +7,10 @@ const {logger} = require("./utils/logger");
  * 定时任务
  * **** */
 function init() {
-    reportNodeStatus()
+    // reportNodeStatus()
     reportDel()
-    reportStatus()
-    reportAmount()
+    // reportStatus()
+    // reportAmount()
     logger.info('--定时任务 启动');
 }