Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
doudian-py
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiquan
doudian-py
Commits
dcc40d80
Commit
dcc40d80
authored
Aug 12, 2025
by
baiquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(task_worker): 优化创建商品日志输出
- 移除了创建商品成功时的日志输出
parent
0e513c76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
task_worker.py
+1
-3
No files found.
task_worker.py
View file @
dcc40d80
...
...
@@ -217,9 +217,7 @@ def execute_get_schema(headers: dict, proxy_url: str, category_id: str):
def
execute_create_goods
(
headers
:
dict
,
proxy_url
:
str
,
data
):
"""获取类目参数"""
try
:
result
=
create_goods
(
headers
,
proxy_url
,
data
)
logger
.
success
(
f
'创建商品成功-->{result}'
)
return
result
return
create_goods
(
headers
,
proxy_url
,
data
)
except
AppError
as
e
:
logger
.
error
(
f
'创建商品失败-->{e.msg}'
)
return
{
...
...
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