fix
zhangqian
2024-07-04 f0786e779666d67a50cd57d82cfe1e278b47d397
request/jwt.go
@@ -13,8 +13,10 @@
}
type BaseClaims struct {
   UserId   string
   Username string
   ParentId string
   UserType constvar.UserType
   UserId      string
   Username    string
   NickName    string
   ParentId    string
   UserType    constvar.UserType
   ModifiedPwd *bool
}