handle(); $service = new DanmuInfoService(); $danmu = $service->handle($danmu->id); return $this->jsonSuccess(['danmu' => $danmu]); } }