Commit 06ebaae9 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent aa6f9fa4
...@@ -42,6 +42,7 @@ result = json.loads(result.content) ...@@ -42,6 +42,7 @@ result = json.loads(result.content)
demand_parent_id = result["data"]["国药集团联合医疗器械有限公司"]["demandParentId"] demand_parent_id = result["data"]["国药集团联合医疗器械有限公司"]["demandParentId"]
result = {"demandCode": result["data"]["国药集团联合医疗器械有限公司"]["demandItems"][0]["demandCode"]} result = {"demandCode": result["data"]["国药集团联合医疗器械有限公司"]["demandItems"][0]["demandCode"]}
print(result)
result["api_time"] = api_time result["api_time"] = api_time
# 数据库操作 # 数据库操作
mysql_handle = mySql() mysql_handle = mySql()
......
This diff is collapsed.
Supports Markdown
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