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
f642c744
Commit
f642c744
authored
Mar 21, 2024
by
huangziyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d51db783
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
京东搜索_请求接口版.py
京东搜索_请求接口版.py
+1
-1
No files found.
京东搜索_请求接口版.py
View file @
f642c744
...
...
@@ -68,7 +68,7 @@ for row in url_data:
if
response_json
!=
{}:
for
sku_info
in
response_json
[
'291'
]:
shop_name
=
''
if
'shop_name'
in
sku_info
[
'shop_link'
]:
if
'shop_
link'
in
sku_info
and
'shop_
name'
in
sku_info
[
'shop_link'
]:
shop_name
=
sku_info
[
'shop_link'
][
'shop_name'
]
dataList
.
append
(
{
...
...
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