feat:增加权限控制

This commit is contained in:
2025-09-23 15:01:34 +08:00
parent f07b23b825
commit 6977463918
11 changed files with 227 additions and 6 deletions

6
schemas/session.py Normal file
View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class SessionResponse(BaseModel):
access_token: str
token_type: str