From 018de6fd95b63986fb2467b1d9e50db9046aaf08 Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期二, 17 十二月 2024 19:22:23 +0800 Subject: [PATCH] user_app表app补全注册接口 --- app/api/__init__.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/__init__.py b/app/api/__init__.py index 2f325c1..09538a7 100644 --- a/app/api/__init__.py +++ b/app/api/__init__.py @@ -2,7 +2,7 @@ from urllib.parse import urlencode import jwt -from cryptography.fernet import Fernet +# from cryptography.fernet import Fernet from fastapi import FastAPI, Depends, HTTPException from fastapi.security import OAuth2PasswordBearer from passlib.context import CryptContext @@ -11,7 +11,7 @@ from starlette.websockets import WebSocket, WebSocketDisconnect from Log import logger -from app.models.app_model import AppRegisterModel +# from app.models.app_model import AppRegisterModel from app.models.user_model import UserModel from app.service.auth import SECRET_KEY, ALGORITHM from app.config.config import settings -- Gitblit v1.8.0