Browse Source

Merge branch 'branch-nt-2022-12-27' of https://git.flowbb.cn/RK-Dev/fqgz-server into branch-nt-2022-12-27

tongfeng 2 năm trước cách đây
mục cha
commit
7f6d727257

+ 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) < 45) {
+                if (Integer.parseInt(score) < 80) {
                     thirdPartyInterfaceEntity.setScore(score);
-                    thirdPartyInterfaceEntity.setMessage("比对分值小于45");
+                    thirdPartyInterfaceEntity.setMessage("比对分值小于80");
                     thirdPartyInterfaceEntity.setResult(0);
                     return thirdPartyInterfaceEntity;
                 }