|
@@ -181,7 +181,7 @@ public class TenantInfoController extends BaseController {
|
|
|
|
|
|
boolean exists = smsCodeService.verifyValidCode(sysUser.getPhone(), sysUser.getCode(), "PHONE");
|
|
|
if (Boolean.FALSE.equals(exists)) {
|
|
|
- throw new BizException("手机号校验有误");
|
|
|
+ throw new BizException("验证码错误");
|
|
|
}
|
|
|
|
|
|
long userId;
|