1
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user