BUGFIX:邮件发送失败

This commit is contained in:
2025-12-23 14:07:26 +08:00
parent e74eab1070
commit aefcd2fdb0

View File

@@ -143,14 +143,19 @@ public class SendRequestUtil {
"Flux账户积分不足flux生成任务失败",
new String[]{"xupei3360@163.com"}
);
log.info("发送给xupei3360@163.com");
SendEmailUtil.commonExceptionReminder(
"Flux账户积分不足flux生成任务失败",
new String[]{"fangjianliao@aidlab.hk"}
);
log.info("发送给fangjianliao@aidlab.hk");
SendEmailUtil.commonExceptionReminder(
"Flux账户积分不足flux生成任务失败",
new String[]{"investigation@aidlab.hk"}
);
log.info("发送给investigation@aidlab.hk");
notified[i] = true;
}
continue; // 尝试下一个key