zhangqian
2024-07-02 b6f211e8be3945d046c819e14b88d75edb7d849d
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
}