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,