Merge commit 'd1108700e0ad43b6bfea3f9a79bbb14799a2d29c'
This commit is contained in:
@@ -93,9 +93,10 @@ namespace ZR.Admin.WebApi.Controllers.System
|
||||
}
|
||||
|
||||
user.Create_by = HttpContext.GetName();
|
||||
user.Create_time = DateTime.Now;
|
||||
user.Password = NETCore.Encrypt.EncryptProvider.Md5(user.Password);
|
||||
|
||||
return ToResponse(UserService.InsertUser(user));
|
||||
return SUCCESS(UserService.InsertUser(user));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user