Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
crawler
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
backend
crawler
Commits
cbed33b9
Commit
cbed33b9
authored
3 years ago
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5f2ac9ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
hospital.py
dev/xinyang_ask_tag/hospital.py
+1
-2
No files found.
dev/xinyang_ask_tag/hospital.py
View file @
cbed33b9
...
@@ -211,13 +211,12 @@ if __name__ == '__main__':
...
@@ -211,13 +211,12 @@ if __name__ == '__main__':
all_hospital_shangwu_info
=
soyoung
.
get_gengmei_hospital_shangwu_info
()
all_hospital_shangwu_info
=
soyoung
.
get_gengmei_hospital_shangwu_info
()
print
(
all_hospital_shangwu_info
)
print
(
all_hospital_shangwu_info
)
f
=
open
(
"医院尾款劵数据.csv"
,
"a+"
,
encoding
=
"utf-8"
)
f
=
open
(
"医院尾款劵数据.csv"
,
"a+"
,
encoding
=
"utf-8"
)
csv_writer
=
csv
.
writer
(
f
)
csv_writer
=
csv
.
writer
(
f
)
# csv_writer.writerow(
# csv_writer.writerow(
# ["大区", "城市", "商务", "机构名称", "满", "减", "劣势/缺失", "到期时间", "查到劣势日期", "最晚补券时间"])
# ["大区", "城市", "商务", "机构名称", "满", "减", "劣势/缺失", "到期时间", "查到劣势日期", "最晚补券时间"])
#page
#
page
for
i
in
range
(
1
,
2
):
for
i
in
range
(
1
,
2
):
hospital_red_bag
,
city_info
=
soyoung
.
response_analysis
(
page
=
i
,
have_get_hospital_id
=
have_get_hospital_id
)
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
():
for
name
,
value
in
hospital_red_bag
.
items
():
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment