Browse Source

更新 'AI/人脸库接入文档.md'

pull/1/head
张岩 3 years ago
parent
commit
1440f2d8b3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      AI/人脸库接入文档.md

+ 3
- 3
AI/人脸库接入文档.md View File

@@ -75,9 +75,9 @@
75 75
 | |status || String | 是 | “SUCCESS”为业务成功 |
76 76
 | |traceNo || String | 是 | 当前业务的唯一id |
77 77
 | |result|| String | 是 | 业务结果 |
78
-| ||idNum || String| 否 | 身份证号,isMatch为true返回 | 
79
-| ||customerID || String| 否 | 客户号,isMatch为true返回 | 
80
-| ||name || String| 否 | 姓名,isMatch为true返回 | 
78
+| ||idNum | String| 否 | 身份证号,isMatch为true返回 | 
79
+| ||customerID | String| 否 | 客户号,isMatch为true返回 | 
80
+| ||name | String| 否 | 姓名,isMatch为true返回 | 
81 81
 | ||personType || String| 否 | 人员类型,isMatch为true返回,normal-普通客户 vip-高级客户 inner-内部员工 | 
82 82
 | ||match | String | 否 | true:匹配成功<br>false:匹配失败 |
83 83
 | ||score | String | 否 | 匹配分数,验证通过时返回,推荐达到70时可判断为同一人(70的误通过率为千分之一,80的误通过率是万分之一,根据具体场景自行调整阈值)|

Loading…
Cancel
Save