src/main/java/com/yeshi/buwan/util/StringUtil.java @@ -40,9 +40,7 @@ Matcher m = p.matcher(mobile); if (mobile == null || mobile.equals("") || mobile.length() != 11) { return false; } else { return m.find(); }