public class VerifyInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
hit
不通过时提供错误信息
|
boolean |
result
验证是否通过
true - 通过
false - 不通过
|
| Constructor and Description |
|---|
VerifyInfo(boolean result,
String hit) |
| Modifier and Type | Method and Description |
|---|---|
static VerifyInfo |
Err(String errDesp)
获取错误返还值
|
static VerifyInfo |
OK()
获取验证成功状态
|
public boolean result
public String hit
public VerifyInfo(boolean result,
String hit)
public static VerifyInfo Err(String errDesp)
errDesp - 错误描述public static VerifyInfo OK()
Copyright © 2026. All rights reserved.