implemented phone checks and sms checks

This commit is contained in:
heyethereum
2024-08-17 12:49:19 +08:00
parent d24ece60fd
commit e8836f1b5e
4 changed files with 58 additions and 6 deletions

View File

@@ -38,6 +38,6 @@ public final class PhoneModel extends QRCodeModel<PhoneEntity> {
}
@Override
public String retrieveClassification() {
return "";
return phoneVerificationService.checkPhoneNumber(details);
}
}