This commit is contained in:
ltiongku
2024-08-12 23:55:08 +08:00
parent ef1fb9f6e0
commit 53f9acd922
6 changed files with 124 additions and 108 deletions

View File

@@ -47,6 +47,6 @@ public final class URLModel extends QRCodeModel<URLEntity> {
@Override
public String retrieveClassification() {
return "";
return urlVerificationService.getClassification(this);
}
}