1.添加邮箱登录,注册接口

This commit is contained in:
2025-08-04 21:58:55 +08:00
parent 715e6a1b70
commit f5cbe5cac2
17 changed files with 530 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
package vvpkassistant.mail.service;
import vvpkassistant.mail.model.MailModel;
/*
* @author: ziin
* @date: 2025/8/4 15:42
*/
public interface MailService {
Boolean sendMail(MailModel model);
}