新增定位结果查询;

This commit is contained in:
JIANG
2025-12-22 16:12:37 +08:00
parent f10b9fac7f
commit e8a883bcb7
4 changed files with 161 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ from datetime import datetime, timedelta, timezone
# 第三方/自定义模块
import influxdb_api
import timescaledb
import postgresql
import py_linq
import time_api
import simulation
@@ -136,6 +137,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(lifespan=lifespan)
app.include_router(timescaledb.router)
app.include_router(postgresql.router)
access_tokens = []