完成timescaledb获取在线模拟数据的方法

This commit is contained in:
JIANG
2025-12-09 17:11:20 +08:00
parent b6c1ff1878
commit 18fc564efc
7 changed files with 93 additions and 39 deletions

View File

@@ -112,7 +112,7 @@ async def verify_token(authorization: Annotated[str, Header()] = None):
# 全局依赖项
# app = FastAPI(dependencies=[Depends(global_auth)])
app = FastAPI()
# app = FastAPI()
# 生命周期管理器