From 10f971da0a099e16e892cb92c9b82378c67d6ccf Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 25 Mar 2025 10:54:43 +0800 Subject: [PATCH] first push --- notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.go b/notify.go index 009d6f0..9290a45 100644 --- a/notify.go +++ b/notify.go @@ -48,7 +48,7 @@ func (n *Notify) next() { } time := "@every " + fmt.Sprintf("%ds", n.DelayList[n.i]) n.currenEntry, _ = n.cron.AddFunc(time, func() { - e := n.ResultHandle(n.DoFuc()) + e := n.ResultHandle(n.Request.Send()) if n.isLoop { //循环推送直到成功 if e {