2 次代碼提交 980ce039b4 ... 51f5576dd8

作者 SHA1 備註 提交日期
  baishaojie 51f5576dd8 切换分支 4 月之前
  baishaojie c64569f215 切换分支 4 月之前
共有 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 {