查询接口不要提示信息

This commit is contained in:
2025-11-06 21:08:14 +08:00
parent 966dbe6a81
commit fc59c48931
5 changed files with 31 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ public class SysProfileController extends BaseController
}
// ajax.put("roleGroup", userService.selectUserRoleGroup(loginUser.getUsername()));
// ajax.put("postGroup", userService.selectUserPostGroup(loginUser.getUsername()));
return R.ok(dto);
return R.ok(dto,"");
}

View File

@@ -2,8 +2,8 @@
not.null=* 必须填写
user.jcaptcha.error=验证码错误
user.jcaptcha.expire=验证码已失效
user.not.exists=用户不存在/密码错误
user.password.not.match=用户不存在/密码错误
user.not.exists=User does not exist/password incorrect
user.password.not.match=User does not exist/password incorrect
user.password.retry.limit.count=密码输入错误{0}次
user.password.retry.limit.exceed=密码输入错误{0}次,帐户锁定{1}分钟
user.password.delete=对不起,您的账号已被删除