includes QRCodeURL entity and redirection logic

This commit is contained in:
ltiongku
2024-07-16 22:45:49 +08:00
parent d1dd29fa1d
commit a02eaab0b1
8 changed files with 124 additions and 41 deletions

View File

@@ -6,4 +6,5 @@ public class CommonConstants {
}
public static final String HEADER_USER_ID = "X-USER-ID";
public static final String DEFAULT_QR_CODE_TYPE = "TEXT";
public static final int MAX_REDIRECT_COUNT = 20;
}