From 7deb1651b608dd9e0e18cdb6321ad4ecf7759e56 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 22 Jan 2026 20:36:39 +0800 Subject: [PATCH] no message --- app/Http/Controllers/Api/ArticleSchemaController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Api/ArticleSchemaController.php b/app/Http/Controllers/Api/ArticleSchemaController.php index 1ee9361..b6a624f 100644 --- a/app/Http/Controllers/Api/ArticleSchemaController.php +++ b/app/Http/Controllers/Api/ArticleSchemaController.php @@ -185,10 +185,10 @@ private function utilNotify(string $sFileName, string $sText) if (config("app.is_loc")) { $sUrl = "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png"; } - var_dump($sUrl); - exit; +// var_dump($sUrl); +// exit; - TeleSlave::warn()->enableSlaveQueue(false)->setPhotoUrl($sUrl)->send($sText); + var_dump(TeleSlave::warn()->enableAsync(false)->setPhotoUrl($sUrl)->send($sText)); } private function cmdOptArticle(): string