|
|
@@ -533,10 +533,6 @@ public class PublicController extends BaseController {
|
|
|
res.getError().add(buildError(ErrorConstants.MCODE_EMPTY_ERROR, "", "手机号"));
|
|
|
return res;
|
|
|
}
|
|
|
- if (null==type) {
|
|
|
- res.getError().add(buildError(ErrorConstants.MCODE_EMPTY_ERROR, "", "帐号类型"));
|
|
|
- return res;
|
|
|
- }
|
|
|
if (TimeUtils.checkOverTime(VerifyCodeUtils.M_CODE)) {
|
|
|
res.getError().add(buildError(ErrorConstants.MCODE_OVERTIME_ERROR, "", "手机验证码超时失效!"));
|
|
|
VerifyCodeUtils.clearMobileCode();
|