$postComment['id'], 'parent_id' => $postComment['parent_id'], 'uid' => $postComment['uid'], 'username' => $postComment['username'], 'avatar' => $postComment['avatar'], 'content' => $postComment['is_delete'] == 1 ? '该评论已被删除' : $postComment['content'], 'created_at' => Carbon::parse($postComment['created_at'])->toDateTimeString(), 'is_delete' => $postComment['is_delete'], ]; } }