修改发邮件功能

This commit is contained in:
qitz
2023-10-27 09:57:41 +08:00
parent b5c2bb391c
commit 8c950a2fd1
5 changed files with 54 additions and 21 deletions
@@ -30,6 +30,18 @@ public class SendMailRecordController extends BaseController {
}
// /**
// * 新增立案数据
// */
// @Log(title = "新增立案数据", businessType = BusinessType.INSERT)
// @PostMapping("/addSendMailRecord")
// public AjaxResult addSendMailRecord(@Validated @RequestBody SendMailRecord sendMailRecord)
// {
//
// return toAjax(sendMailRecordService.addSendMailRecord(sendMailRecord));
// }