Commit e93bde32 authored by yinjiacheng's avatar yinjiacheng

update 身份证OCR接口Response中Legality结构内参数类型

parent b34f96ed
...@@ -39,9 +39,9 @@ class GetIDCardOCRBean(val request: Request, val response: Response) { ...@@ -39,9 +39,9 @@ class GetIDCardOCRBean(val request: Request, val response: Response) {
val Edited: Double, val Edited: Double,
val ID_Photo: Double, val ID_Photo: Double,
val ID_Photo_Threshold: Double, val ID_Photo_Threshold: Double,
val Photocopy: Int, val Photocopy: Double,
val Screen: Double, val Screen: Double,
val Temporary_ID_Photo: Int val Temporary_ID_Photo: Double
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment