style: 修改错误提示信息
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
||||
// 导出系统登录日志信息
|
||||
|
||||
Reference in New Issue
Block a user