drew 6 years ago
parent
commit
79b93c984a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/thmodel/servlet/model/ModelServlet.java

+ 1 - 0
src/main/java/com/thmodel/servlet/model/ModelServlet.java

@@ -445,6 +445,7 @@ 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);
                 DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", "PXzJyah5rZfWHIIH", "e1MS6j0wypXJrw8CM0hObZu8qKbfah");
                 DefaultProfile profile = DefaultProfile.getProfile("cn-hangzhou", "PXzJyah5rZfWHIIH", "e1MS6j0wypXJrw8CM0hObZu8qKbfah");
                 IAcsClient client = new DefaultAcsClient(profile);
                 IAcsClient client = new DefaultAcsClient(profile);