Przeglądaj źródła

解构任务提交完成

luojunhui 12 godzin temu
rodzic
commit
18e1203ebb

+ 1 - 1
app/domains/decode_task/ad_platform_articles_decode/entrance.py

@@ -135,7 +135,7 @@ class AdPlatformArticlesDecodeTask(AdPlatformArticlesDecodeConst):
             return
 
         response_data = response.get("data", {})
-        response_task_id = response_data.get("task_id")
+        response_task_id = response_data.get("taskId")
         if task_id != response_task_id:
             # 解构任务获取失败
             await self.mapper.update_decode_task_status(