@@ -47,7 +47,7 @@ public class SendSmsFactory {
Random random = new Random();
String result = "";
for (int i = 0; i < limit; i++) {
- result += random.nextInt(10);
+ result += (random.nextInt(9) + 1);
}
return result;
@@ -68,7 +68,7 @@ public class TencentSendMessageFactory {
+ result += (random.nextInt(9) + 1);;
@@ -59,7 +59,7 @@ public class CommonUtil extends LoggerEngine {
for (int i = 0; i < 6; i++) {
@@ -241,7 +241,7 @@ public class ApplicationKeyBMOImpl extends ApiBaseBMO implements IApplicationKey
@@ -134,7 +134,7 @@ public class ApplyApplicationKeyListener extends AbstractServiceApiPlusListener
@@ -128,7 +128,7 @@ public class ApplyVisitorApplicationKey extends AbstractServiceApiPlusListener {
@@ -119,7 +119,7 @@ public class UpdateApplicationKeyPwd implements Runnable {