zhangqian
2024-07-05 a9ad4cabc4d303532fbd743538f7480c0eef5a69
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
}