From 550394b00a4fe63e4a7642f9e2247a085d6e2c59 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 2 Jan 2026 19:41:24 +0800 Subject: [PATCH] no message --- app/Services/Cron/FnTgPublish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/FnTgPublish.php b/app/Services/Cron/FnTgPublish.php index abe37a0d..e88fb35f 100755 --- a/app/Services/Cron/FnTgPublish.php +++ b/app/Services/Cron/FnTgPublish.php @@ -44,7 +44,7 @@ final class FnTgPublish $aResult = json_decode($sResult, true); if (!isset($aResult["isDone"])) { - throw new \Exception("没有isDone? >>> ".$sResult); + throw new \Exception("没有isDone? >>> $sApiUrl >>>".$sResult); } if (!$aResult["isDone"]) {