Commit cbed33b9 authored by 李小芳's avatar 李小芳

update

parent 5f2ac9ce
......@@ -211,13 +211,12 @@ if __name__ == '__main__':
all_hospital_shangwu_info = soyoung.get_gengmei_hospital_shangwu_info()
print(all_hospital_shangwu_info)
f = open("医院尾款劵数据.csv", "a+", encoding="utf-8")
csv_writer = csv.writer(f)
# csv_writer.writerow(
# ["大区", "城市", "商务", "机构名称", "满", "减", "劣势/缺失", "到期时间", "查到劣势日期", "最晚补券时间"])
#page
# page
for i in range(1, 2):
hospital_red_bag, city_info = soyoung.response_analysis(page=i, have_get_hospital_id=have_get_hospital_id)
for name, value in hospital_red_bag.items():
......
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