This commit is contained in:
777
2025-12-05 16:14:35 +08:00
parent e55d5b7dc8
commit 84d42a3af2
16 changed files with 491 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ public class CaiLoginManager {
public String login(String username,String password){
User user = userService.getByUsername(username);
if(user == null){
throw new ServiceException("用户不存在或密码错误");
}
String imei = ServletUtils.getImei();