ZxcZxc123 2 年之前
父节点
当前提交
24be077d39
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/system/controller/EducationController.php

+ 3 - 3
app/system/controller/EducationController.php

@@ -33,9 +33,9 @@ class EducationController
             }
         }
 
-        $data = array_values($tree);
-        $msg = '获取分类成功';
-        return app('json')->success($data,$msg);
+//        $data = array_values($tree);
+//        $msg = '获取分类成功';
+        return app('json')->success($tree);
     }