lishihai
2024-07-04 a1a9aed81231a1685e3a615b07712bd94b1c98e4
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
}