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

Merge branch 'wwr' into 'develop'

yangchen_map

See merge request !17
parents c90f4e19 de4d64ac
......@@ -216,8 +216,8 @@ async def post_info_yang_chen(req, body: CountInfoReq) -> IycResp:
async def post_info_yang_chen_map(req, body: CountInfoReq) -> IycmResp:
# 1. 获取cid
cid = body.cid
# return await info_yang_chen_map_service(cid)
return IycmResp()
return await info_yang_chen_map_service(cid)
# return IycmResp()
@summary("获取首页用电经济指数")
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