input('bid'); if (empty($bid)) { return response()->error('PARAM_EMPTY'); } ChapterImageService::delete($bid); return response()->success(); } }