public interface Constants
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
APPLICATION_JSON_CHARSET_UTF_8
MediaType.parse("application/json; charset=utf-8");
|
static String |
COLONS
The constant 冒号.
|
static String |
DECODE
The constant DECODE.
|
static String |
DEFAULT_CHECK_VALUE
default checked value.
|
static String |
DOU_HAO
The constant 逗号.
|
static String |
EMPTY_JSON
the empty json.
|
static String |
FILE_SEPARATOR
The constant FILE_SEPARATOR.
|
static String |
FROM_APP
App:表示在 App 里启动刷脸
|
static String |
FROM_BROWSER
browser:表示在浏览器启动刷脸
|
static String |
IS_CHECKED
is checked.
|
static String |
LOGIN_ADMIN
默认超级用户登录登录名称
|
static String |
PATH
The constant PATH.
|
static String |
PATH_SEPARATOR
The constant URL_SEPARATOR.
|
static String |
ROLE_ADMIN
默认角色:系统最高权限角色(能看到全校的数据)
|
static String |
SECRET
The constant secret
|
static String |
SECRET_KEY
The constant secretKey.
|
static Integer |
SEX_MAN
性别男
|
static Integer |
SEX_UNKNOWN
性别 未知
|
static Integer |
SEX_WOMAN
性别 女
|
static String |
SIGN
The constant SIGN.
|
static String |
SUCCESS
The constant SUCCESS.
|
static String |
TICKET_TYPE_NONCE
其有效期为120秒,且一次性有效,即每次启动 SDK 刷脸都要重新请求 NONCE ticket。
|
static String |
TICKET_TYPE_SIGN
SIGN 类型,必须缓存在磁盘,并定时刷新
|
static long |
TIME_OUT
The constant TIME_OUT.
|
static String |
TIMESTAMP
The constant TIMESTAMP.
|
static String |
URI
The constant URI.
|
static String |
VERSION
The constant VERSION.
|
static final String FILE_SEPARATOR
static final long TIME_OUT
static final Integer SEX_MAN
static final Integer SEX_WOMAN
static final Integer SEX_UNKNOWN
static final String TICKET_TYPE_NONCE
Copyright © 2024 tan. All rights reserved.