diff --git a/app/Http/Controllers/Api/ArticleSchemaController.php b/app/Http/Controllers/Api/ArticleSchemaController.php index d873358..405d439 100644 --- a/app/Http/Controllers/Api/ArticleSchemaController.php +++ b/app/Http/Controllers/Api/ArticleSchemaController.php @@ -93,8 +93,8 @@ private function cmdSaveArticle(): string // 番号匹配 $aResults = match ($this->sGroupCode) { 'tg_xiuren_a' => $this->groupXiurenHandler($aArticle), - 'tg_image' => $this->groupImageHandler($aArticle), - default => throw new Exception("番号 {$this->sGroupCode} 未在编制内"), + default => $this->groupImageHandler($aArticle), +// default => throw new Exception("番号 {$this->sGroupCode} 未在编制内"), }; return "{$this->sGroupCode} 任务处理完成,有效战果数: " . count($aResults);