Commit 4de233c8 authored by SN150021's avatar SN150021

短信验证登陆SMS

parent 6687ed02
......@@ -931,7 +931,7 @@ public class AccountServiceImpl implements AccountService {
phone, true).orElse(null);
if(null == user){
throw new ClientRequestException(AccountErrorCode.NAMENOTEXIST,
"account already exists: " + phone);
"account does not exist " + phone);
}
}
SmsTemplateCode smsTemplateCode = SmsTemplateCode.getByType(mobileDto.getType());
......
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