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