no message
This commit is contained in:
parent
65126f4e52
commit
8b582b46c9
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user