yinbentan
2024-07-03 c4b9d130cb0aa98f4b65a987b11fc5c2bea3a1c7
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
}