ZxcZxc123 3 yıl önce
ebeveyn
işleme
24be077d39
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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);
     }