From 4f015b8c624484e0c3b2d88b944163ce43a48d1f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 27 十一月 2021 17:15:28 +0800 Subject: [PATCH] 功能完善 --- app/src/main/java/com/yeshi/location/app/service/impl/user/UserAccountServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/yeshi/location/app/service/impl/user/UserAccountServiceImpl.java b/app/src/main/java/com/yeshi/location/app/service/impl/user/UserAccountServiceImpl.java index bfbff21..73e14fc 100644 --- a/app/src/main/java/com/yeshi/location/app/service/impl/user/UserAccountServiceImpl.java +++ b/app/src/main/java/com/yeshi/location/app/service/impl/user/UserAccountServiceImpl.java @@ -67,7 +67,7 @@ } else { //楠岃瘉鐮佺櫥褰� if (!verifyCodeManager.isPhoneCodeRight(loginInfo.getPhone(), loginInfo.getVcode())) { - throw new LoginException("楠岃瘉鐮佸嚭閿�"); + throw new LoginException("楠岃瘉鐮侀敊璇�"); } } //鎵ц鐧诲綍鎿嶄綔 @@ -151,7 +151,7 @@ } loginSuccess(user.getId(), loginInfo); - return null; + return user; } /** -- Gitblit v1.8.0