更新结构

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,