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);
     }