refactor: 邮件支持直接发送内容

This commit is contained in:
caiyuchao
2025-09-20 17:15:51 +08:00
parent 075fb6a92a
commit eb882e08e9
4 changed files with 18 additions and 15 deletions

View File

@@ -27,4 +27,7 @@ public class MailSendSingleToUserReqDTO {
@Schema(description = "邮件模板参数列表")
private List<Map<String, Object>> templateParamsList;
@Schema(description = "邮件内容")
private String content;
}