给登录接口增加密码复杂度提示

This commit is contained in:
jishenghua
2024-09-08 22:26:39 +08:00
parent 4d8833fe43
commit 27473884c8
2 changed files with 7 additions and 1 deletions

View File

@@ -469,7 +469,7 @@ public class UserController {
*/
@GetMapping(value = "/infoWithTenant")
@ApiOperation(value = "获取当前用户的用户数量和租户信息")
public BaseResponseInfo randomImage(HttpServletRequest request){
public BaseResponseInfo infoWithTenant(HttpServletRequest request){
BaseResponseInfo res = new BaseResponseInfo();
try {
Map<String, Object> data = new HashMap<>();