jiangshuai
2024-02-06 02a2176f7c5733a4e4c4429c2028bbb86a967ce7
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
}