|
|
@@ -55,8 +55,6 @@ namespace Learun.Application.WebApi |
|
|
|
|
|
|
|
#region 内部账户验证 |
|
|
|
UserEntity userEntity = userIBLL.CheckLogin(loginModel.username, loginModel.password); |
|
|
|
userEntity.F_Password = null; |
|
|
|
userEntity.F_Secretkey = null; |
|
|
|
|
|
|
|
#region 写入日志 |
|
|
|
LogEntity logEntity = new LogEntity(); |
|
|
|