From e26acaf4553918b61973c79feaa066c5ca16cb5f Mon Sep 17 00:00:00 2001 From: Ying Date: Sun, 2 Jul 2023 10:31:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99var?= =?UTF-8?q?=5Fdump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/notice/SmsService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/common/service/notice/SmsService.php b/app/common/service/notice/SmsService.php index 9d8f525..d071250 100644 --- a/app/common/service/notice/SmsService.php +++ b/app/common/service/notice/SmsService.php @@ -153,9 +153,7 @@ class SmsService protected static function getSmsConfig(): array { $smsType = saenv('smstype'); - var_dump($smsType); $config = saenv($smsType) ?? []; - var_dump($config); return ['type' => $smsType, 'config' => $config]; } } \ No newline at end of file