feat:重新初始化

This commit is contained in:
2025-09-23 15:13:29 +08:00
parent de43a551bc
commit 842da15886
31 changed files with 2500 additions and 0 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