Commit 034e0ff1 authored by fangxinjiang's avatar fangxinjiang

手机号码校验切换为基础版-fxj

parent be491448
...@@ -87,7 +87,7 @@ public class ChecksUtil { ...@@ -87,7 +87,7 @@ public class ChecksUtil {
**/ **/
public static R<Map<String,TCheckMobile>> checkMobileBasic(String mobiles, boolean canCheck) { public static R<Map<String,TCheckMobile>> checkMobileBasic(String mobiles, boolean canCheck) {
Map<String,TCheckMobile> checkMobiles = new HashMap<>(); Map<String,TCheckMobile> checkMobiles = new HashMap<>();
if (true) { if (canCheck) {
// 1.调用手机信息校验api // 1.调用手机信息校验api
return checkMobileBasicMethod(mobiles,checkMobiles); return checkMobileBasicMethod(mobiles,checkMobiles);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment