浏览代码

切换分支

baishaojie 4 月之前
父节点
当前提交
51f5576dd8
共有 3 个文件被更改,包括 1 次插入2 次删除
  1. 二进制
      TMRWatchComm.zip
  2. 二进制
      __debug_bin.exe
  3. 1 2
      http/handle/api/scheduled.go

二进制
TMRWatchComm.zip


二进制
__debug_bin.exe


+ 1 - 2
http/handle/api/scheduled.go

@@ -16,7 +16,6 @@ import (
 
 	"tmr-watch/conf/setting"
 	"tmr-watch/http/handle/restful"
-	"tmr-watch/http/handle/yq"
 	"tmr-watch/pkg/app"
 	"tmr-watch/pkg/e"
 	"tmr-watch/pkg/logging"
@@ -144,7 +143,7 @@ func CronScheduled(ctx context.Context) {
 	// })
 	// xdmy.Start()
 	// InitMqttClient()
-	yq.YqCron()
+	// yq.YqCron()
 }
 
 type ScheduledInfo struct {