|
|
@@ -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(
|