修改 url
This commit is contained in:
parent
d9b6d6c346
commit
108ce2598b
@ -142,7 +142,7 @@ public class LoginController {
|
|||||||
return threeInOneLogin(mobile, maCodeAuthenticationDTO.getTempUid(), SocialType.MA.value());
|
return threeInOneLogin(mobile, maCodeAuthenticationDTO.getTempUid(), SocialType.MA.value());
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/ua/login")
|
@PostMapping("/ua/adminLogin")
|
||||||
@Operation(summary = "账号密码 + 验证码登录(用于后台登录)", description = "通过账号/手机号/用户名密码登录,还要携带用户的类型,也就是用户所在的系统")
|
@Operation(summary = "账号密码 + 验证码登录(用于后台登录)", description = "通过账号/手机号/用户名密码登录,还要携带用户的类型,也就是用户所在的系统")
|
||||||
public ServerResponseEntity<TokenInfoVO> login(
|
public ServerResponseEntity<TokenInfoVO> login(
|
||||||
@Valid @RequestBody CaptchaAuthenticationDTO captchaAuthenticationDTO) {
|
@Valid @RequestBody CaptchaAuthenticationDTO captchaAuthenticationDTO) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user