Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京东搜索采集自动验证
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
黄梓誉
京东搜索采集自动验证
Commits
01133cc1
Commit
01133cc1
authored
Mar 21, 2024
by
huangiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
45f8df90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
京东搜索_请求接口版.py
京东搜索_请求接口版.py
+3
-0
No files found.
京东搜索_请求接口版.py
View file @
01133cc1
...
@@ -62,6 +62,9 @@ for row in url_data:
...
@@ -62,6 +62,9 @@ for row in url_data:
}
}
response
=
requests
.
request
(
"GET"
,
url
,
headers
=
headers
,
data
=
payload
)
response
=
requests
.
request
(
"GET"
,
url
,
headers
=
headers
,
data
=
payload
)
if
response
.
text
==
""
:
print
(
"需要刷新"
)
continue
response_json
=
json
.
loads
(
response
.
text
)
response_json
=
json
.
loads
(
response
.
text
)
print
(
response_json
)
print
(
response_json
)
dataList
=
[]
dataList
=
[]
...
...
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