report调用广告分析数据聚合接口 更新5
This commit is contained in:
parent
e1967cada6
commit
d9a2923864
@ -178,8 +178,8 @@ class BpsAdController
|
||||
// $dateRange = 'Last Week'; // 默认日期范围
|
||||
if ($options['rpc']) {
|
||||
//$options['conditions']['startDate']由2025-02-14处理成纯整数
|
||||
$options['conditions']['startDate'] = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$options['conditions']['endDate'] = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$startDate = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$endDate = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$options['jwtClaims'] = $options['conditions']['user'];
|
||||
$store_id = $options['jwtClaims']['store_id'] ?? null;
|
||||
}
|
||||
@ -244,8 +244,8 @@ class BpsAdController
|
||||
|
||||
if ($options['rpc']) {
|
||||
//$options['conditions']['startDate']由2025-02-14处理成纯整数
|
||||
$options['conditions']['startDate'] = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$options['conditions']['endDate'] = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$startDate = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$endDate = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$options['jwtClaims'] = $options['conditions']['user'];
|
||||
$store_id = $options['jwtClaims']['store_id'] ?? null;
|
||||
}
|
||||
@ -304,8 +304,8 @@ class BpsAdController
|
||||
|
||||
if ($options['rpc']) {
|
||||
//$options['conditions']['startDate']由2025-02-14处理成纯整数
|
||||
$options['conditions']['startDate'] = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$options['conditions']['endDate'] = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$startDate = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$endDate = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$options['jwtClaims'] = $options['conditions']['user'];
|
||||
$store_id = $options['jwtClaims']['store_id'] ?? null;
|
||||
}
|
||||
@ -588,8 +588,8 @@ class BpsAdController
|
||||
|
||||
if ($options['rpc']) {
|
||||
//$options['conditions']['startDate']由2025-02-14处理成纯整数
|
||||
$options['conditions']['startDate'] = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$options['conditions']['endDate'] = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$startDate = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$endDate = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$options['jwtClaims'] = $options['conditions']['user'];
|
||||
$store_id = $options['jwtClaims']['store_id'] ?? null;
|
||||
}
|
||||
@ -648,8 +648,8 @@ class BpsAdController
|
||||
// $dateRange = 'Last Week'; // 默认日期范围
|
||||
if ($options['rpc']) {
|
||||
//$options['conditions']['startDate']由2025-02-14处理成纯整数
|
||||
$options['conditions']['startDate'] = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$options['conditions']['endDate'] = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$startDate = (int)str_replace('-', '', $options['conditions']['startDate']);
|
||||
$endDate = (int)str_replace('-', '', $options['conditions']['endDate']);
|
||||
$options['jwtClaims'] = $options['conditions']['user'];
|
||||
$store_id = $options['jwtClaims']['store_id'] ?? null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user