فهرست منبع

上报地址修改!

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('--定时任务 启动');
 }