From 2210c162e77690b465543242a510161ac3d3dc25 Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 18:53:06 +0800 Subject: [PATCH] no message --- app/Services/Article/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Article/Schema.php b/app/Services/Article/Schema.php index 838a3524..b4950d48 100755 --- a/app/Services/Article/Schema.php +++ b/app/Services/Article/Schema.php @@ -213,7 +213,7 @@ final class Schema $aSchemaPro[] = $aSchemaProRow; // 关键 $aDataSend[] = $aSchemaProRow; // 公约 } // is photo - } else if ($this->oArticle->group_code == "tg_image") { + } else { // 通用 if ($aSchemaProRow["type"] == "photo") { $iPhotoFullSizeKey = $aSchemaDataRow["photo_fullSizeKey"];