update:发送手机验证码

This commit is contained in:
hrz
2025-05-18 17:39:12 +08:00
parent fe88db2094
commit d24419cfb7
@@ -126,7 +126,7 @@ public class CaptchaServiceImpl implements CaptchaService {
}
// 发送验证码短信
// smsService.sendVerificationCodeSms(phone, validateCodes);
smsService.sendVerificationCodeSms(phone, validateCodes);
}
@Override