Browse Source

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

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

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

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

Loading…
Cancel
Save