Kaynağa Gözat

聚合人脸核身阀值调整为75

sakuya 2 yıl önce
ebeveyn
işleme
6f5de84cba

+ 2 - 2
eladmin-system/src/main/java/me/zhengjie/base/util/JuheServiceUtil.java

@@ -99,9 +99,9 @@ public class JuheServiceUtil {
                     return thirdPartyInterfaceEntity;
                 }
                 String score = result.getString("score");
-                if (Integer.parseInt(score) < 80) {
+                if (Integer.parseInt(score) < 75) {
                     thirdPartyInterfaceEntity.setScore(score);
-                    thirdPartyInterfaceEntity.setMessage("比对分值小于80");
+                    thirdPartyInterfaceEntity.setMessage("比对分值小于75");
                     thirdPartyInterfaceEntity.setResult(0);
                     return thirdPartyInterfaceEntity;
                 }