fix
zhangqian
2024-07-04 f0786e779666d67a50cd57d82cfe1e278b47d397
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
}