diff --git a/app/controller/BpsAdController.php b/app/controller/BpsAdController.php index 88f1a44..6384f6b 100644 --- a/app/controller/BpsAdController.php +++ b/app/controller/BpsAdController.php @@ -825,7 +825,7 @@ class BpsAdController $options['jwtClaims'] = $request->jwtClaims; // 获取请求参数 - $cycle = $options['conditions']['cycle'] ?? 'today'; //默认today Today 1 Yesterday 2 This Month 3 This Year 4 Custom 5 + $cycle = $options['conditions']['dateType'] ?? 'today'; //默认today || today yesterday、month、year 、custom // $platformType = $options['conditions']['platformType'] ?? 0; // 平台类型 $startDate = $options['conditions']['startDate'] ?? null; // 开始日期 $endDate = $options['conditions']['endDate'] ?? null; // 结束日期