Merge branch 'dev/dev_xp' into dev/3.1_release_merge

This commit is contained in:
2025-12-23 14:07:53 +08:00
2 changed files with 15 additions and 2 deletions

View File

@@ -1024,7 +1024,7 @@ public class SendEmailUtil {
log.info("邮件发送结果res###{}", SendEmailResponse.toJsonString(resp));
} catch (TencentCloudSDKException e) {
log.info("邮件发送失败###{}", e.toString());
throw new BusinessException("failed.to.send.mail");
// throw new BusinessException("failed.to.send.mail");
}
}

View File

@@ -141,8 +141,21 @@ public class SendRequestUtil {
if (!notified[i]) {
SendEmailUtil.commonExceptionReminder(
"Flux账户积分不足flux生成任务失败",
new String[]{"xupei3360@163.com, fangjianliao@aidlab.hk, investigation@aidlab.hk"}
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