no message

This commit is contained in:
hellcat 2026-07-28 18:52:42 +08:00
parent 65126f4e52
commit 8b582b46c9

View File

@ -93,8 +93,8 @@ private function cmdSaveArticle(): string
// 番号匹配 // 番号匹配
$aResults = match ($this->sGroupCode) { $aResults = match ($this->sGroupCode) {
'tg_xiuren_a' => $this->groupXiurenHandler($aArticle), 'tg_xiuren_a' => $this->groupXiurenHandler($aArticle),
'tg_image' => $this->groupImageHandler($aArticle), default => $this->groupImageHandler($aArticle),
default => throw new Exception("番号 {$this->sGroupCode} 未在编制内"), // default => throw new Exception("番号 {$this->sGroupCode} 未在编制内"),
}; };
return "{$this->sGroupCode} 任务处理完成,有效战果数: " . count($aResults); return "{$this->sGroupCode} 任务处理完成,有效战果数: " . count($aResults);