fix: cron call task source

This commit is contained in:
SayHeya
2024-12-30 23:29:03 +08:00
parent 7450d52679
commit fdef73c4ec
+1 -1
View File
@@ -62,7 +62,7 @@ func CronMsgSendF(msg models.CronMessages) {
Title: msg.Title,
Text: msg.Content,
URL: msg.Url,
CallerIp: "corn",
CallerIp: "cron",
DefaultLogger: logrus.WithFields(logrus.Fields{
"prefix": "[Cron Message]",
}),