|
@@ -42,6 +42,7 @@ public class ExamFaceLivenessVerifyEntity extends JpaEntity{
|
|
|
* faceId返回json:notify_url返回
|
|
|
* 网页端活体检测及比对返回值说明:https://faceid.com/pages/documents/5680508
|
|
|
*/
|
|
|
+ @Column(length = 2000)
|
|
|
private String resultJson;
|
|
|
/**
|
|
|
* 验证结果
|
|
@@ -62,6 +63,7 @@ public class ExamFaceLivenessVerifyEntity extends JpaEntity{
|
|
|
/**
|
|
|
* 错误信息
|
|
|
*/
|
|
|
+ @Column(length = 2000)
|
|
|
private String errorMsg;
|
|
|
|
|
|
/**
|