nnnn
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user