登录记录日志新增title
This commit is contained in:
parent
3b476bb56a
commit
35ee16d0ac
@ -67,7 +67,7 @@ namespace ZR.Admin.WebApi.Controllers.System
|
||||
/// <returns></returns>
|
||||
[Route("login")]
|
||||
[HttpPost]
|
||||
//[Log(Title = "登录")]
|
||||
[Log(Title = "登录")]
|
||||
public IActionResult Login([FromBody] LoginBodyDto loginBody)
|
||||
{
|
||||
if (loginBody == null) { throw new CustomException("请求参数错误"); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user