Browse Source

测试到期提醒模版消息

xiexiaoyuan 2 years ago
parent
commit
f2b5f74a0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -151,7 +151,7 @@ func releaseTask() {
 	task.AddTask("sendEmail", sendEmail)
 	task.AddTask("sendEmail", sendEmail)
 
 
 	// 正式/试用 用户到期提醒
 	// 正式/试用 用户到期提醒
-	companyRemind := task.NewTask("companyRemind", "0 30 08 * * *", CompanyRemind)
+	companyRemind := task.NewTask("companyRemind", "0 50 13 * * *", CompanyRemind)
 	task.AddTask("companyRemind", companyRemind)
 	task.AddTask("companyRemind", companyRemind)
 
 
 	//潜在客户
 	//潜在客户