|
@@ -451,7 +451,7 @@ public class RiskServiceImpl extends ReflectUtil implements RiskService {
|
|
|
|
|
|
|
|
private String getTipsMsg(){
|
|
private String getTipsMsg(){
|
|
|
String[] split = tips.split(",");
|
|
String[] split = tips.split(",");
|
|
|
- return split[RandomUtil.randomInt(tips.length())];
|
|
|
|
|
|
|
+ return split[RandomUtil.randomInt(split.length)];
|
|
|
}
|
|
}
|
|
|
/**
|
|
/**
|
|
|
* 校验风控规则322
|
|
* 校验风控规则322
|