fix
wangpengfei
2023-08-21 c4c7d2598d2eeb10aa6f4c8c82144846160e321f
model/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
   AuthorityId uint
}