dependabot/npm_and_yarn/mixin-deep-1.3.2
panjunwen 6 years ago
parent 190f6ef780
commit 64156de2e1
  1. 5
      cloud.js

@ -5,7 +5,10 @@ const request = require('request');
function sendNotification(currentComment) {
// 发送博主通知邮件
mail.notice(currentComment);
if (currentComment.get('mail') != process.env.BLOGGER_EMAIL){
mail.notice(currentComment);
}
// AT评论通知
// 获取评论内容
var comm = currentComment.get('comment');

Loading…
Cancel
Save