ZxcZxc123 2 years ago
parent
commit
24be077d39
1 changed files with 3 additions and 3 deletions
  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);
     }