fix
zhangqian
2024-06-14 ddcdd79f91edadf47f3a567e2bdf0a0cd63a800f
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
}