linhw 2024-05-29 17:55:06 +08:00
parent caf36ba73c
commit fc6b4848c2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class AppLoginController {
try {
String EM = "<html><body><h2>欢迎来到我们的服务!!</h2>"
+ "<p>请点击下面的网址确认您的注册:</p>"
+ "<p>http://139.224.213.131:7008/app/activation/"+ IdUtils.fastUUID() + "/" + registerForm.getEmail() + "</p>"
+ "<a href=http://139.224.213.131:7008/app/activation/" + IdUtils.fastUUID() + "/" + registerForm.getEmail() + ">" + "</a>"
+ "</body></html>";
AliMailUtil.sendMail(EM,registerForm.getEmail());