ZxcZxc123 há 2 anos atrás
pai
commit
24be077d39
1 ficheiros alterados com 3 adições e 3 exclusões
  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);
     }
     }