|
@ -1516,6 +1516,10 @@ module.exports = function (app, opts) { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (proDebug) { |
|
|
|
|
|
console.log('ifEmailSend:', ifEmailSend); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (ifEmailSend) { |
|
|
if (ifEmailSend) { |
|
|
// 查接收人的信息
|
|
|
// 查接收人的信息
|
|
|
const receiverRes = |
|
|
const receiverRes = |
|
@ -1538,7 +1542,9 @@ module.exports = function (app, opts) { |
|
|
// emails = ['1650192445@qq.com']
|
|
|
// emails = ['1650192445@qq.com']
|
|
|
emails = ['wen.lele@free-sun.com.cn'] |
|
|
emails = ['wen.lele@free-sun.com.cn'] |
|
|
} |
|
|
} |
|
|
|
|
|
if (proDebug) { |
|
|
|
|
|
console.log('emails', emails); |
|
|
|
|
|
} |
|
|
if (emails.length) { |
|
|
if (emails.length) { |
|
|
await pushByEmail({ |
|
|
await pushByEmail({ |
|
|
email: emails, |
|
|
email: emails, |
|
|