wuxw
2021-06-06 ee8e3e905cce3bda21fca450914ac38b18992edd
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;
    }