Commit 862bce38 authored by wang.wenrong's avatar wang.wenrong

Merge branch 'wwr' into 'develop'

map

See merge request !19
parents 046d846c b0e73e6a
...@@ -217,7 +217,8 @@ async def post_info_yang_chen_map(req, body: CountInfoReq) -> IycmResp: ...@@ -217,7 +217,8 @@ async def post_info_yang_chen_map(req, body: CountInfoReq) -> IycmResp:
# 1. 获取cid # 1. 获取cid
cid = body.cid cid = body.cid
# return await info_yang_chen_map_service(cid) # return await info_yang_chen_map_service(cid)
return IycmResp() return IycmResp(safety_index=89, today_alarm=5, total_max_pm25=27.12,
center_address=[], range_address=[])
@summary("获取首页用电经济指数") @summary("获取首页用电经济指数")
async def post_electric_economic_index_new(request, async def post_electric_economic_index_new(request,
......
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