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