refactor: 邮件支持直接发送内容
This commit is contained in:
@@ -27,4 +27,7 @@ public class MailSendSingleToUserReqDTO {
|
||||
|
||||
@Schema(description = "邮件模板参数列表")
|
||||
private List<Map<String, Object>> templateParamsList;
|
||||
|
||||
@Schema(description = "邮件内容")
|
||||
private String content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user