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"];