合并错误信息

This commit is contained in:
super
2026-04-28 15:25:34 +08:00
parent b96b136fa3
commit 58df800685
24 changed files with 1272 additions and 2398 deletions

View File

@@ -347,10 +347,14 @@ class SpiderTask:
# 'image_url': "",
# 'title': ""
item_data = {
"id": i.get("id"),
"asin": asin,
"country": country,
item_data = {
"sourceFileKey": i.get("sourceFileKey"),
"sourceFilename": i.get("sourceFilename"),
"rowToken": i.get("rowToken"),
"groupKey": i.get("groupKey"),
"id": i.get("id"),
"asin": asin,
"country": country,
"url": return_data.get("image_url"),
"title": return_data.get("title"),
}