From ece22898b638e7cfd7ca3b730d807ad7e0c6716f Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Thu, 23 Jan 2025 15:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20creative=20=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E8=A1=A8=E6=A0=BC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/AdsInsightService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/service/AdsInsightService.php b/app/service/AdsInsightService.php index 7a4306b..673a9c2 100644 --- a/app/service/AdsInsightService.php +++ b/app/service/AdsInsightService.php @@ -2014,6 +2014,7 @@ class AdsInsightService return [ 'creative_id' => $item['creative_id'], 'creative' => $item['creative'] ?: '-', + 'platform' => $item['platform'] ?: '-', 'creative_type' => $item['creative_type'], 'creative_url' => $item['creative_url'], 'thumbnail_url' => $item['thumbnail_url'],