zhangqian
2024-07-03 f45e4cb8045fe60f96f467dc4ea1e2ae57445712
request/jwt.go
@@ -15,7 +15,8 @@
type BaseClaims struct {
   UserId      string
   Username    string
   NickName    string
   ParentId    string
   UserType    constvar.UserType
   ModifiedPwd bool
   ModifiedPwd *bool
}