|
|
@@ -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;
|
|
|
}
|