合并错误信息

This commit is contained in:
super
2026-04-28 15:25:34 +08:00
parent e4bf104ae2
commit f21934e55b
26 changed files with 1272 additions and 2465 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"),
}