登录改造

This commit is contained in:
777
2025-12-24 17:48:00 +08:00
parent 19f7a18faf
commit 5900fd8778

View File

@@ -183,7 +183,7 @@ public class AuthAppController {
if(needVerificationCode){ if(needVerificationCode){
vo.setLoginSuccess(false); vo.setLoginSuccess(false);
vo.setNeedVerificationCode(true); vo.setNeedVerificationCode(true);
return R.ok(); return R.ok(vo);
} }
try { try {
String token = caiLoginManager.login(loginBody.getUsername(), loginBody.getPassword()); String token = caiLoginManager.login(loginBody.getUsername(), loginBody.getPassword());