This commit is contained in:
huangguancheng 2025-01-16 15:29:51 +08:00
parent ccd2f4d3b6
commit 249c12e92c

View File

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