From 79da0b8bb596971055af141fcd2a430e8f71dbd2 Mon Sep 17 00:00:00 2001 From: hellcat Date: Sun, 25 Jan 2026 23:42:33 +0800 Subject: [PATCH] no message --- app/Services/Cron/ArticleSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index ce51565b..8ca912be 100755 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -66,7 +66,7 @@ final class ArticleSchema $aCmd["key"] = $sCmdKey; $aCmd["article_code"] = $oArticleSchema->code; $aCmd["group_code"] = $oArticleSchema->group_code; - $aCmd["article_opt"] = json_decode($oArticleSchema->opt); + $aCmd["article_opt"] = json_decode($oArticleSchema->opt ?? '', true) ?? []; // 附加config