linhw 2024-08-08 18:17:09 +08:00
parent 36d6c3104e
commit 2747ab23bf
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class AppLoginController {
try {
String EM = "<html><body><h2>欢迎来到我们的服务!!</h2>"
+ "<p>请点击下面的网址确认您的注册:</p>"
+ "<a href=https://gobig.flameby.com/api/app/activation/" + uuid + "/" + registerForm.getEmail() + ">注册账号</a>"
+ "<a href=https://api.gbgobig.com/api/app/activation/" + uuid + "/" + registerForm.getEmail() + ">注册账号</a>"
+ "</body></html>";
log.info("发送前---------------" + registerForm.getEmail());
AliMailUtil.sendMail(EM,registerForm.getEmail());