style: 修改错误提示信息

This commit is contained in:
TsMask
2023-11-10 18:07:48 +08:00
parent cbbedc2658
commit 1a14ab4567
2 changed files with 8 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ func (s *SysLogLoginController) Unlock(c *gin.Context) {
c.JSON(200, result.Ok(nil))
return
}
c.JSON(200, result.Err(nil))
c.JSON(200, result.ErrMsg("unlatched"))
}
// 导出系统登录日志信息