This commit is contained in:
jxxghp
2024-06-19 18:04:00 +08:00
parent 631df4c9f8
commit 0fb12c77eb
3 changed files with 10 additions and 4 deletions

View File

@ -9,6 +9,7 @@ class Token(BaseModel):
super_user: bool
user_name: str
avatar: Optional[str] = None
level: int = 1
class TokenPayload(BaseModel):