xielin 5 years ago
parent
commit
dd41b10163
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/V1/PostController.php

+ 1 - 0
app/Http/Controllers/V1/PostController.php

@@ -433,6 +433,7 @@ class PostController extends Controller
         if ($validator->fails()) {
         if ($validator->fails()) {
             return jsonError($validator->errors()->first());
             return jsonError($validator->errors()->first());
         }
         }
+        Log::debug($request['id']);
         $detail = $this->postRepositories->detail($request['id']);
         $detail = $this->postRepositories->detail($request['id']);
         if (!$detail) {
         if (!$detail) {
             return jsonError('获取内容信息失败');
             return jsonError('获取内容信息失败');