Commit 453188b4 authored by fangxinjiang's avatar fangxinjiang

号码校验注释

parent 06fb182e
...@@ -50,7 +50,7 @@ public class ChecksUtil { ...@@ -50,7 +50,7 @@ public class ChecksUtil {
* @Author fxj * @Author fxj
* @Description 手机号码状态检测 * @Description 手机号码状态检测
* @Date 17:50 2022/6/20 * @Date 17:50 2022/6/20
* @param mobiles 检测手机号,多个手机号码用英文半角逗号隔开,仅支持国内号码 * @param mobiles 检测手机号,多个手机号码用英文半角逗号隔开,仅支持国内号码 一次请求最多五十个号码
**/ **/
public static R<Map<String,TCheckMobile>> checkMobile(String mobiles, boolean canCheck) { public static R<Map<String,TCheckMobile>> checkMobile(String mobiles, boolean canCheck) {
Map<String,TCheckMobile> checkMobiles = new HashMap<>(); Map<String,TCheckMobile> checkMobiles = new HashMap<>();
......
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