From 05b76bbe4201a2233cfd7e82823df80c0c1402f5 Mon Sep 17 00:00:00 2001 From: hgc Date: Sat, 22 Feb 2025 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=88=86=E9=92=9F=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E8=BD=AE=E8=AF=A2=E7=BC=93=E5=AD=98=E6=98=AF=E5=90=A6=E6=9C=89?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E5=B9=BF=E5=91=8A=E8=B4=A6=E5=8F=B7=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=BB=91=E5=AE=9A=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event/GoogleAdsCustomers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/event/GoogleAdsCustomers.php b/app/event/GoogleAdsCustomers.php index 994d318..56a4c01 100644 --- a/app/event/GoogleAdsCustomers.php +++ b/app/event/GoogleAdsCustomers.php @@ -8,6 +8,7 @@ use app\service\GoogleOAuthService; use app\service\GoogleAdsAccountService; use Google\ApiCore\ApiException; use support\Response; +use support\Redis; use support\Log; use DI\Annotation\Inject;