zhangqian
2024-07-03 f45e4cb8045fe60f96f467dc4ea1e2ae57445712
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
}