diff --git a/core/jwt/vars.go b/core/jwt/vars.go index d070ed6..a06222a 100644 --- a/core/jwt/vars.go +++ b/core/jwt/vars.go @@ -1,7 +1,7 @@ package jwt const ( - KeyUserId = "uid" - KeyRoleIds = "roles" - KeyDeptIds = "depts" + KeyUserId = "uid" + KeyRoles = "roles" + KeyDepts = "depts" )