ndbs 10 months ago
parent
commit
3660ccf357
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs

+ 0
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs View File

@@ -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();


Loading…
Cancel
Save