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

yangchen_map

parent 9735241a
......@@ -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