Browse Source

上报地址修改!

hl 1 year ago
parent
commit
d882478cb7
1 changed files with 3 additions and 3 deletions
  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('--定时任务 启动');
 }