Roc hace 2 semanas
padre
commit
6185c348fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -69,7 +69,7 @@ func Task() {
 	go llm.SaveAllChatRecordsToDB()
 
 	// 定时任务进行微信文章操作
-	go HandleWechatArticleOp()
+	//go HandleWechatArticleOp()
 
 	// 定时任务进行微信文章LLM操作
 	go HandleWechatArticleLLmOp()