service-api/src/main/java/com/java110/api/listener/applicationKey/ApplyVisitorApplicationKey.java
@@ -128,7 +128,7 @@ Random random = new Random(); String result = ""; for (int i = 0; i < 6; i++) { result += random.nextInt(10); result += (random.nextInt(9) + 1);; } return result; }