This commit is contained in:
雷欧(林平凡)
2025-09-25 16:12:57 +08:00
parent 1e43939e20
commit cfd68f73e8

View File

@@ -302,7 +302,7 @@ public class InstructionServiceImpl implements IInstructionService {
if (matcher.find()) { if (matcher.find()) {
address = new StringBuilder(matcher.group()); address = new StringBuilder(matcher.group());
} }
String phone = parts[3]; String phone;
//从phoneWithTF随机拿一个出来 //从phoneWithTF随机拿一个出来
phone = phoneWithTF.get(new Random().nextInt(phoneWithTF.size())); phone = phoneWithTF.get(new Random().nextInt(phoneWithTF.size()));
address.append(phone); address.append(phone);