更新结构

This commit is contained in:
2026-01-29 10:36:41 +08:00
parent 9e6a6bd9fe
commit 59b3a10d77
5 changed files with 8 additions and 10 deletions
@@ -28,8 +28,6 @@ class ArticleController extends BaseController
->where('delete_time', null)
->find();
var_dump($newsCenterCategory);
if (!$newsCenterCategory) {
return json([
'code' => 200,
@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace app\index\controller;
namespace app\index\controller\Article;
use app\index\BaseController;
use Symfony\Component\VarDumper\VarDumper;