From 249c12e92cf8d8709004010ef1ffc169e2be6abd Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Thu, 16 Jan 2025 15:29:51 +0800 Subject: [PATCH] fixed --- app/service/AdsInsightService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/service/AdsInsightService.php b/app/service/AdsInsightService.php index ca1d670..f92ae0e 100644 --- a/app/service/AdsInsightService.php +++ b/app/service/AdsInsightService.php @@ -1035,8 +1035,6 @@ class AdsInsightService // 调用 getCampaignList 获取广告系列数据 $accountList = self::getAccountList($platformType, $customerIds, $page, $pageSize, $keyword, $startDate, $endDate, false); - $accountList['data'] = []; - if (empty($accountList['data'])) { $data = [ 'code' => 901,