ZxcZxc123 2 lat temu
rodzic
commit
5f4c72e362
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/api/controller/Education.php

+ 1 - 1
app/api/controller/Education.php

@@ -27,7 +27,7 @@ class Education
             'grlist' => $grlist,
 //            'recommendList' => $recommendList,
         ];
-        return json($result);
+        return app('json')->success($result);
     }
 
 }