修改 url

This commit is contained in:
liubozhi 2025-04-21 22:46:09 +08:00
parent d9b6d6c346
commit 108ce2598b

View File

@ -142,7 +142,7 @@ public class LoginController {
return threeInOneLogin(mobile, maCodeAuthenticationDTO.getTempUid(), SocialType.MA.value());
}
@PostMapping("/ua/login")
@PostMapping("/ua/adminLogin")
@Operation(summary = "账号密码 + 验证码登录(用于后台登录)", description = "通过账号/手机号/用户名密码登录,还要携带用户的类型,也就是用户所在的系统")
public ServerResponseEntity<TokenInfoVO> login(
@Valid @RequestBody CaptchaAuthenticationDTO captchaAuthenticationDTO) {