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