|
|
@@ -445,6 +445,7 @@ public class ModelServlet extends HttpServlet {
|
|
|
|
|
|
//
|
|
|
else if (action.equalsIgnoreCase("sendsms")) {
|
|
|
+ System.out.println("aaaaaa");
|
|
|
String code = RandomStringUtils.randomNumeric(4);
|
|
|
DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", "PXzJyah5rZfWHIIH", "e1MS6j0wypXJrw8CM0hObZu8qKbfah");
|
|
|
IAcsClient client = new DefaultAcsClient(profile);
|