浏览代码

测试到期提醒模版消息

xiexiaoyuan 2 年之前
父节点
当前提交
f2b5f74a0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

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