$rocket]); $this->doSomethingBefore($rocket); $rocket->mergePayload([ 'method' => $this->getMethod(), 'biz_content' => $rocket->getParams(), ]); Logger::info('[alipay][GeneralPlugin] 通用插件装载完毕', ['rocket' => $rocket]); return $next($rocket); } protected function doSomethingBefore(Rocket $rocket): void { } abstract protected function getMethod(): string; }