Skip to content

Commit

Permalink
msm
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi-Zhen-xin committed May 7, 2024
1 parent 0cb60a8 commit bbeb889
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/qzx/xdupartner/util/VerifyUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.qzx.xdupartner.util;

import cn.hutool.core.util.PhoneUtil;
import cn.hutool.core.util.StrUtil;

import java.security.SecureRandom;
Expand Down Expand Up @@ -36,8 +35,5 @@ public static boolean regexVerCode(String string) {
return StrUtil.isNumeric(string) && string.length() == verCodeLength;
}

public static void main(String[] args) {
System.out.println(PhoneUtil.isPhone("18622189436"));
}
}

0 comments on commit bbeb889

Please sign in to comment.