wzq 5 роки тому
батько
коміт
3e35263da2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Repositories/Post/PostRepository.php

+ 1 - 1
app/Repositories/Post/PostRepository.php

@@ -534,7 +534,7 @@ class PostRepository
         return Response::create([
             'message'  => '成功',
             'status_code'   => 200,
-            'type'   => $type
+            'data'   => $type
         ]);
     }