zhangqian
2024-03-11 ebf654c57e65b074ce4cc3b7016cf157a85fb3ad
request/jwt.go
@@ -13,8 +13,9 @@
}
type BaseClaims struct {
   UserId   string
   Username string
   ParentId string
   UserType constvar.UserType
   UserId      string
   Username    string
   ParentId    string
   UserType    constvar.UserType
   ModifiedPwd *bool
}