This commit is contained in:
2026-04-08 10:05:25 +08:00
parent 594aa137ef
commit b0e87b3fb3
34 changed files with 128 additions and 54 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class ArticleController extends BaseController
{
$id = (int)input('id');
if (!$id) {
return $this->error(__("Invalid parameter"));
return $this->error(__("Invalid parameters"));
}
$vo = ArchivesModel::where('id', $id)->find();