广告接口支持多店铺 更新1

This commit is contained in:
hgc 2025-03-18 11:33:57 +08:00
parent 965d4cc2b2
commit cb12e5045e

View File

@ -339,10 +339,10 @@ class AdsInsightService
* @param string|null $endDate 结束日期 * @param string|null $endDate 结束日期
* @param int $status 广告系列状态 * @param int $status 广告系列状态
*/ */
public static function exportCampaignsToExcel($platformType, $customerIds, $page, $pageSize, $keyword, $startDate = null, $endDate = null, $requireSpend = false, $status = 0) public static function exportCampaignsToExcel($platformType, $customerIds, $page, $pageSize, $keyword, $startDate = null, $endDate = null, $status = 0, $requireSpend = false)
{ {
// 调用 getCampaignList 获取广告系列数据 // 调用 getCampaignList 获取广告系列数据
$campaignList = self::getCampaignList($platformType, $customerIds, $page, $pageSize, $keyword, $startDate, $endDate, $status, false); $campaignList = self::getCampaignList($platformType, $customerIds, $page, $pageSize, $keyword, $startDate, $endDate, $status, $requireSpend);
if (empty($campaignList['data'])) { if (empty($campaignList['data'])) {
$data = [ $data = [