【modify】页面过期自动刷新页面

This commit is contained in:
zer0Black
2023-05-30 11:28:25 +08:00
parent deb107dd79
commit 0ed6cd9f4c
3 changed files with 25 additions and 28 deletions
@@ -71,6 +71,8 @@ public class CommonConstant {
public static final Integer SC_INTERNAL_SERVER_ERROR_500 = 500;
/** {@code 200 OK} (HTTP/1.0 - RFC 1945) */
public static final Integer SC_OK_200 = 200;
/** {@code 600 OK} (自编,RSA过期) */
public static final Integer SC_RSA_TIMEOUT_600 = 600;
/**访问权限认证未通过 510*/
public static final Integer SC_JERO_NO_AUTHZ=510;