implemented keyword search in sms

This commit is contained in:
heyethereum
2024-08-17 10:43:59 +08:00
parent 0301b0e1fb
commit d24ece60fd
3 changed files with 61 additions and 2 deletions

View File

@@ -38,6 +38,6 @@ public final class SMSModel extends QRCodeModel<SMSEntity> {
}
@Override
public String retrieveClassification() {
return "";
return smsVerificationService.getClassification(details);
}
}