|
@@ -116,12 +116,12 @@ public class ExamFaceLivenessVerifyBean implements JsonSerializable {
|
|
this.bizId = bizId;
|
|
this.bizId = bizId;
|
|
}
|
|
}
|
|
|
|
|
|
- public Boolean getError() {
|
|
|
|
|
|
+ public Boolean getIsError() {
|
|
return isError;
|
|
return isError;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setError(Boolean error) {
|
|
|
|
- isError = error;
|
|
|
|
|
|
+ public void setIsError(Boolean isError) {
|
|
|
|
+ this.isError = isError;
|
|
}
|
|
}
|
|
|
|
|
|
public String getErrorMsg() {
|
|
public String getErrorMsg() {
|