fix
wangpengfei
2023-07-19 4eb798070f2926d976d0f28b64c36da805890ee6
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
}