feat: 重构模型和响应结构,优化用户和对象管理逻辑,添加 Dockerfile

This commit is contained in:
2025-12-18 18:28:41 +08:00
parent 68343c710b
commit 89e837d91c
18 changed files with 493 additions and 270 deletions

View File

@@ -5,7 +5,7 @@ from jwt import InvalidTokenError
import jwt
from models.user import User
from pkg.JWT import jwt as JWT
from pkg.JWT import JWT
from .dependencies import SessionDep
credentials_exception = HTTPException(