feat: update staff data

This commit is contained in:
ericprd
2025-03-14 12:41:11 +08:00
parent 1297c71200
commit 11bc19360c
31 changed files with 130 additions and 115 deletions
+1
View File
@@ -10,4 +10,5 @@ const (
ISSUED_AT JWTClaim = "iat"
RESOURCES JWTClaim = "resources"
ROLE JWTClaim = "role"
ID JWTClaim = "skb"
)