Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PAGE_NUM |
1 |
public static final int |
DEFAULT_PAGE_SIZE |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PAGE_NUM |
1 |
public static final int |
DEFAULT_PAGE_SIZE |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CODE_BAD_REQUEST |
400 |
public static final int |
CODE_FORBIDDEN |
403 |
public static final int |
CODE_INTERNAL_SERVER_ERROR |
500 |
public static final int |
CODE_NOT_FOUND |
404 |
public static final int |
CODE_OK |
200 |
public static final int |
CODE_UNAUTHORIZED |
401 |
public static final String |
MSG_BAD_REQUEST |
"\u8bf7\u6c42\u53c2\u6570\u6709\u8bef" |
public static final String |
MSG_FORBIDDEN |
"\u65e0\u6743\u8bbf\u95ee\u6b64\u8d44\u6e90" |
public static final String |
MSG_INTERNAL_SERVER_ERROR |
"\u8bf7\u6c42\u5931\u8d25" |
public static final String |
MSG_NOT_FOUND |
"\u8bbf\u95ee\u7684\u8d44\u6e90\u8def\u5f84\u4e0d\u5b58\u5728" |
public static final String |
MSG_OK |
"\u8bf7\u6c42\u6210\u529f" |
public static final String |
MSG_UNAUTHORIZED |
"\u8bf7\u6c42\u8981\u6c42\u8eab\u4efd\u9a8c\u8bc1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BEAN_EXCEPTION |
16 |
public static final int |
DATA_CONVERT_ERROR |
14 |
public static final int |
DATA_ERROR |
13 |
public static final int |
DATA_NULL |
12 |
public static final int |
PARAM_FORMAT_ERROR |
11 |
public static final int |
PARAM_NULL |
10 |
public static final int |
PARSE_ERROR |
15 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COOKIE_HALF_HOUR |
1800 |
public static final int |
COOKIE_MAX_AGE |
604800 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE64_PNG_PREFIX |
"data:image/png;base64," |
Copyright © 2021. All rights reserved.