fix: cron call task source
This commit is contained in:
@@ -62,7 +62,7 @@ func CronMsgSendF(msg models.CronMessages) {
|
|||||||
Title: msg.Title,
|
Title: msg.Title,
|
||||||
Text: msg.Content,
|
Text: msg.Content,
|
||||||
URL: msg.Url,
|
URL: msg.Url,
|
||||||
CallerIp: "corn",
|
CallerIp: "cron",
|
||||||
DefaultLogger: logrus.WithFields(logrus.Fields{
|
DefaultLogger: logrus.WithFields(logrus.Fields{
|
||||||
"prefix": "[Cron Message]",
|
"prefix": "[Cron Message]",
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user