16
This commit is contained in:
@@ -36,7 +36,6 @@ class Sms implements Consumer
|
||||
);
|
||||
try {
|
||||
$res = get($url);
|
||||
log_alert($res.$statusStr[$res]);
|
||||
\support\Log::channel('mail')->alert($data['email']."短信已经发送");
|
||||
} catch (\Throwable $th) {
|
||||
\support\Log::channel('mail')->alert('发送短信出错:'.$th->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user