fix: lint issues

This commit is contained in:
yanghao05
2023-03-09 10:23:23 +08:00
parent 8d1bd191df
commit 5943b9e1d5
17 changed files with 88 additions and 78 deletions

View File

@@ -27,7 +27,7 @@ func CheckPermission(config *config.Config, rbac rbac.IRbac) gin.HandlerFunc {
}
claims := claimsCtx.(jwt.Claims)
//获取请求的PATH
// 获取请求的PATH
path := c.Request.URL.Path
// 获取请求方法