|
@@ -241,7 +241,7 @@ public class ApplicationKeyBMOImpl extends ApiBaseBMO implements IApplicationKey
|
|
|
Random random = new Random();
|
|
Random random = new Random();
|
|
|
String result = "";
|
|
String result = "";
|
|
|
for (int i = 0; i < 6; i++) {
|
|
for (int i = 0; i < 6; i++) {
|
|
|
- result += random.nextInt(10);
|
|
|
|
|
|
|
+ result += (random.nextInt(9) + 1);;
|
|
|
}
|
|
}
|
|
|
return result;
|
|
return result;
|
|
|
}
|
|
}
|