java110
2022-01-11 7e5ed0e7b50567342946eb3e9dfaf5a213b0e7a9
service-api/src/main/java/com/java110/api/bmo/applicationKey/impl/ApplicationKeyBMOImpl.java
old mode 100644 new mode 100755
@@ -241,7 +241,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;
    }