feat: RBAC 基本完成

This commit is contained in:
Blizzard
2025-09-14 21:58:44 +08:00
parent 2ec091bf59
commit 9be75d53fe
35 changed files with 615 additions and 87 deletions
+2 -1
View File
@@ -2,10 +2,11 @@ package utils
import (
"errors"
"github.com/golang-jwt/jwt/v5"
"sundynix-go/global"
"sundynix-go/model/system/request"
"time"
"github.com/golang-jwt/jwt/v5"
)
type JWT struct {