From 166bd0fbe60c75ab3ed6dac8a941ce19797b1a4b Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Sat, 18 Jan 2025 14:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=82fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/BpsAdController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 结束日期