|
@@ -810,7 +810,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
// 同一人
|
|
|
ret.setResultCode(Constant.JK_RETURN_CODE_1143);
|
|
|
resultObject.put("message", Constant.RETURN_MESSAGE_68);
|
|
|
- resultObject.put("verificationScore", String.valueOf(getRandomScore(50, 90)));
|
|
|
+ resultObject.put("verificationScore", String.valueOf(getRandomScore(70, 90)));
|
|
|
ret.setResultBody(resultObject.toJSONString());
|
|
|
ret.setResultDesc(resultObject.toJSONString());
|
|
|
} else if (responseCode != null && responseCode.equals(SjjhConstant.RESPONSE_CODE_01XX)) {
|
|
@@ -824,7 +824,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
// 疑似
|
|
|
ret.setResultCode(Constant.JK_RETURN_CODE_1144);
|
|
|
resultObject.put("message", Constant.RETURN_MESSAGE_69);
|
|
|
- resultObject.put("verificationScore", String.valueOf(getRandomScore(40, 44)));
|
|
|
+ resultObject.put("verificationScore", String.valueOf(getRandomScore(45, 55)));
|
|
|
ret.setResultBody(resultObject.toJSONString());
|
|
|
ret.setResultDesc(resultObject.toJSONString());
|
|
|
} else if (responseCode != null && responseCode.equals(SjjhConstant.RESPONSE_CODE_5XXX)) {
|
|
@@ -867,7 +867,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
// 同一人
|
|
|
ret.setResultCode(Constant.ZW_RETURN_CODE_68);
|
|
|
resultObject.put("message", Constant.RETURN_MESSAGE_68);
|
|
|
- resultObject.put("verificationScore", String.valueOf(getRandomScore(50, 90)));
|
|
|
+ resultObject.put("verificationScore", String.valueOf(getRandomScore(70, 90)));
|
|
|
ret.setResultBody(resultObject.toJSONString());
|
|
|
ret.setResultDesc(resultObject.toJSONString());
|
|
|
} else if (responseCode != null && responseCode.equals(SjjhConstant.RESPONSE_CODE_01XX)) {
|
|
@@ -881,7 +881,7 @@ public class ChannelServiceImpl implements ChannelService {
|
|
|
// 疑似
|
|
|
ret.setResultCode(Constant.ZW_RETURN_CODE_69);
|
|
|
resultObject.put("message", Constant.RETURN_MESSAGE_69);
|
|
|
- resultObject.put("verificationScore", String.valueOf(getRandomScore(40, 44)));
|
|
|
+ resultObject.put("verificationScore", String.valueOf(getRandomScore(45, 55)));
|
|
|
ret.setResultBody(resultObject.toJSONString());
|
|
|
ret.setResultDesc(resultObject.toJSONString());
|
|
|
} else if (responseCode != null && responseCode.equals(SjjhConstant.RESPONSE_CODE_5XXX)) {
|