Merge branch 'dev/dev_xp' into dev/3.1_release_merge
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user