BUGFIX:邮件发送失败
This commit is contained in:
@@ -143,14 +143,19 @@ public class SendRequestUtil {
|
|||||||
"Flux账户积分不足,flux生成任务失败",
|
"Flux账户积分不足,flux生成任务失败",
|
||||||
new String[]{"xupei3360@163.com"}
|
new String[]{"xupei3360@163.com"}
|
||||||
);
|
);
|
||||||
|
log.info("发送给xupei3360@163.com");
|
||||||
|
|
||||||
SendEmailUtil.commonExceptionReminder(
|
SendEmailUtil.commonExceptionReminder(
|
||||||
"Flux账户积分不足,flux生成任务失败",
|
"Flux账户积分不足,flux生成任务失败",
|
||||||
new String[]{"fangjianliao@aidlab.hk"}
|
new String[]{"fangjianliao@aidlab.hk"}
|
||||||
);
|
);
|
||||||
|
log.info("发送给fangjianliao@aidlab.hk");
|
||||||
|
|
||||||
SendEmailUtil.commonExceptionReminder(
|
SendEmailUtil.commonExceptionReminder(
|
||||||
"Flux账户积分不足,flux生成任务失败",
|
"Flux账户积分不足,flux生成任务失败",
|
||||||
new String[]{"investigation@aidlab.hk"}
|
new String[]{"investigation@aidlab.hk"}
|
||||||
);
|
);
|
||||||
|
log.info("发送给investigation@aidlab.hk");
|
||||||
notified[i] = true;
|
notified[i] = true;
|
||||||
}
|
}
|
||||||
continue; // 尝试下一个key
|
continue; // 尝试下一个key
|
||||||
|
|||||||
Reference in New Issue
Block a user