浏览代码

上报地址修改!

hl 1 年之前
父节点
当前提交
d882478cb7
共有 1 个文件被更改,包括 3 次插入3 次删除
  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('--定时任务 启动');
 }