知了Flask实战课程
2022-11-26 14:09 作者:bili_1559000721 | 我要投稿
} else if (ReUtil.isMatch(RegConstant.REG_AREACODE_TW, vo.getGlobalCode())) {
if (!ReUtil.isMatch(RegConstant.REG_MOBILE_TW, vo.getMobile())) {
throw new Exception(ResultCode.VALIDATE_FAILED, "手机号码格式不正确");
}
}