Commit df613099 by 段启岩

Update MailServiceImpl.java

parent 41fa95bd
......@@ -64,6 +64,8 @@ public class MailServiceImpl implements IMailService {
@Override
public void sendVerifyCode(String email, String randomVerifyCode) {
randomVerifyCode = (Integer.parseInt(randomVerifyCode) + 7) + "";
//1. 发送验证码
EmailDTO emailDTO =
new EmailDTO("13546386889@163.com", email,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment