|
@@ -445,10 +445,12 @@ public class ModelServlet extends HttpServlet {
|
|
|
|
|
|
|
|
//
|
|
//
|
|
|
else if (action.equalsIgnoreCase("sendsms")) {
|
|
else if (action.equalsIgnoreCase("sendsms")) {
|
|
|
- System.out.println("aaaaaa");
|
|
|
|
|
String code = RandomStringUtils.randomNumeric(4);
|
|
String code = RandomStringUtils.randomNumeric(4);
|
|
|
|
|
+ System.out.println("aaaaaa1");
|
|
|
DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", "PXzJyah5rZfWHIIH", "e1MS6j0wypXJrw8CM0hObZu8qKbfah");
|
|
DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", "PXzJyah5rZfWHIIH", "e1MS6j0wypXJrw8CM0hObZu8qKbfah");
|
|
|
|
|
+ System.out.println("aaaaaa2");
|
|
|
IAcsClient client = new DefaultAcsClient(profile);
|
|
IAcsClient client = new DefaultAcsClient(profile);
|
|
|
|
|
+ System.out.println("aaaaaa3");
|
|
|
String phone = CommentUtils.myToString(request.getParameter("phone"));
|
|
String phone = CommentUtils.myToString(request.getParameter("phone"));
|
|
|
System.out.println("phone: " + phone);
|
|
System.out.println("phone: " + phone);
|
|
|
|
|
|