Commit e029f0ea authored by wang.wenrong's avatar wang.wenrong

tsp_index

parent f0e2e4e5
......@@ -12,7 +12,8 @@ from unify_api.modules.tsp_water.service.tsp_service import \
@summary("TSP信息-实时参数")
async def post_real_time(req, body: DtReq) -> DtResp:
tsp_id = body.tsp_id
return await real_time_service(tsp_id)
# return await real_time_service(tsp_id)
return DtResp(pm2_5=0, pm10=0, tsp=0)
@summary("TSP信息-历史曲线")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment