Browse Source

邮件的发送时间log

dev
CODE 2 years ago
parent
commit
858f1596c0
  1. 2
      api/app/lib/schedule/alarms_push.js

2
api/app/lib/schedule/alarms_push.js

@ -1555,6 +1555,8 @@ module.exports = function (app, opts) {
console.log('emails', emails);
}
if (emails.length) {
pLog(`推送给${emails.length}`);
pLog(moment().format())
await pushByEmail({
email: emails,
title: emailTitle,

Loading…
Cancel
Save